From b119a88b55e7f5f3260ff21e78a5c9d1cf491cc8 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 24 Feb 2008 17:45:21 +0000 Subject: Allow for 'bail' and 'user' parameters to rehash thread git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9022 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 a933e5c41..1a2c78c7a 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -235,8 +235,10 @@ class BanCacheManager; class ConfigReaderThread : public Thread { InspIRCd* ServerInstance; + bool do_bail; + User* TheUser; public: - ConfigReaderThread(InspIRCd* Instance) : Thread(), ServerInstance(Instance) + ConfigReaderThread(InspIRCd* Instance, bool bail, User* user) : Thread(), ServerInstance(Instance), do_bail(bail), TheUser(user) { } -- cgit v1.2.3