summaryrefslogtreecommitdiff
path: root/core/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/main.cpp')
-rw-r--r--core/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/main.cpp b/core/main.cpp
index 1fe689c..9f3e25c 100644
--- a/core/main.cpp
+++ b/core/main.cpp
@@ -21,6 +21,8 @@ std::list<plugin*> plugins;
boost::mutex plugin_list_mutex;
std::list<service*> services;
boost::mutex service_list_mutex;
+std::list<evt_handler*> event_handlers;
+boost::mutex event_handlers_mutex;
ACE_Log_Msg logger;
bool halt_requested = false;