summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-10-22 11:20:50 -0400
committerAdam <Adam@anope.org>2011-10-22 11:20:50 -0400
commitad2ef75cbed4804f9f1d24419b9bc77fbe75a27a (patch)
tree5b153a345df5dff2de4a540a8bb1996f7c7b8a14 /include
parent6ce9010324f7394fc31eba8a3fc938c03b134025 (diff)
Fixed a race condition with installing signal handlers and forking
Diffstat (limited to 'include')
-rw-r--r--include/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h
index 076f102a6..83907224f 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -104,6 +104,7 @@ E bool noexpire;
E bool protocoldebug;
E bool quitting;
+E int return_code;
E bool restarting;
E Anope::string quitmsg;
E time_t start_time;