aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-20 21:13:12 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-20 21:13:12 +0000
commitc9b1bd8b5213b9309b16cb6f42a757b3e79acd3e (patch)
treec5e9ec5c15030b6db441050607a0947058c4a9ff /include
parent87e7c952733a6fc60f1f348be3465ec4b8489ab6 (diff)
Correctly handle call flow with outgoing queue, avoiding retries while call acti
ve (bug #1018) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2505 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/options.h b/include/asterisk/options.h
index f9314bb1f..22a84138b 100755
--- a/include/asterisk/options.h
+++ b/include/asterisk/options.h
@@ -29,6 +29,7 @@ extern int fully_booted;
extern char defaultlanguage[];
extern time_t ast_startuptime;
extern time_t ast_lastreloadtime;
+extern int ast_mainpid;
#define VERBOSE_PREFIX_1 " "
#define VERBOSE_PREFIX_2 " == "