summaryrefslogtreecommitdiff
path: root/core/main.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2011-03-16 20:57:59 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2011-03-16 20:57:59 +0200
commitee695f119bbc7b3f1557ab01b7953de2ca03e00b (patch)
treee18dd1fb3f0518bb8714df16e5de0402b3991c18 /core/main.cpp
parent7041ab5d41644bc3310b5c16b9c0aa3818a03d10 (diff)
modified: api/ec_pluginapi.h
modified: core/commonheaders.h modified: core/core.project modified: core/events.cpp modified: core/events.h modified: core/main.cpp
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;