diff options
| author | 2006-08-06 21:55:01 +0000 | |
|---|---|---|
| committer | 2006-08-06 21:55:01 +0000 | |
| commit | 6c657e45fd278bba5973fb85563c8cf1abd26088 (patch) | |
| tree | cf4f7b0c22010135809895e0ee5d9eeee3fbfd43 /include | |
| parent | Remove check that very rarely equates to true (diff) | |
Add -notraceback startup option, disables automatic backtrace facility so that you can do it yourself with a coredump and gdb (auto backtrace doesnt dump cores)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4751 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index e698efe21..0ebad50a8 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -89,7 +89,7 @@ class InspIRCd : public classbase void BuildISupport(); void MoveTo(std::string modulename,int slot); void Start(); - void SetSignals(); + void SetSignals(bool SEGVHandler); bool DaemonSeed(); void MakeLowerMap(); void MoveToLast(std::string modulename); |
