From 552885befec44649c16d09fb755813041341a1fc Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 20 Sep 2008 21:20:15 +0000 Subject: More comments git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10568 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3