aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/options.h
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-08 12:32:44 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-08 12:32:44 +0000
commit0c3d4f795975d9650a9cf951f1f38319285b7fca (patch)
tree367c266da058b7b10d82afc027fcf6d4469b4a72 /include/asterisk/options.h
parentfd6e0fdfcbe89e6ae1b122d220a74f6409bcb96e (diff)
use pid_t instead of long for pid variables. #7099 (casper)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25488 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/options.h')
-rw-r--r--include/asterisk/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/options.h b/include/asterisk/options.h
index 04e7990b8..bc4c10905 100644
--- a/include/asterisk/options.h
+++ b/include/asterisk/options.h
@@ -114,7 +114,7 @@ extern char defaultlanguage[];
extern time_t ast_startuptime;
extern time_t ast_lastreloadtime;
-extern int ast_mainpid;
+extern pid_t ast_mainpid;
extern char record_cache_dir[AST_CACHE_DIR_LEN];
extern char debug_filename[AST_FILENAME_MAX];