summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-09-20 21:20:15 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-09-20 21:20:15 +0000
commit552885befec44649c16d09fb755813041341a1fc (patch)
treebabb666c2c2b5ab971caeb23986d91b4156a639e /include/inspircd.h
parent703ca18c66d6e7b209b13f415dfc52624801c77a (diff)
More comments
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10568 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 566550376..8e5a5b2a8 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -66,7 +66,6 @@ typedef std::vector< KeyVal > KeyValList;
*/
typedef std::multimap< std::string, KeyValList > ConfigDataHash;
-
#include "inspircd_config.h"
#include "numerics.h"
#include "uid.h"
@@ -277,6 +276,9 @@ DEFINE_HANDLER1(RehashHandler, void, const std::string&);
class XLineManager;
class BanCacheManager;
+/** The background thread for config reading, so that reading from executable includes
+ * does not block.
+ */
class CoreExport ConfigReaderThread : public Thread
{
InspIRCd* ServerInstance;