diff options
| author | Adam <Adam@anope.org> | 2011-10-22 11:20:50 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2011-10-22 11:20:50 -0400 |
| commit | ad2ef75cbed4804f9f1d24419b9bc77fbe75a27a (patch) | |
| tree | 5b153a345df5dff2de4a540a8bb1996f7c7b8a14 /include | |
| parent | 6ce9010324f7394fc31eba8a3fc938c03b134025 (diff) | |
Fixed a race condition with installing signal handlers and forking
Diffstat (limited to 'include')
| -rw-r--r-- | include/extern.h | 1 |
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; |
