summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-03-20 21:13:12 +0000
committerMark Spencer <markster@digium.com>2004-03-20 21:13:12 +0000
commit79668f062403f64aaf410ae49b7e73602a4624e5 (patch)
treec5e9ec5c15030b6db441050607a0947058c4a9ff /include
parent4ba3ced42f78a3374e052355428737238505bc17 (diff)
Correctly handle call flow with outgoing queue, avoiding retries while call acti
ve (bug #1018) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2505 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 " == "