From ee695f119bbc7b3f1557ab01b7953de2ca03e00b Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 16 Mar 2011 20:57:59 +0200 Subject: 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 --- core/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/main.cpp') 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 plugins; boost::mutex plugin_list_mutex; std::list services; boost::mutex service_list_mutex; +std::list event_handlers; +boost::mutex event_handlers_mutex; ACE_Log_Msg logger; bool halt_requested = false; -- cgit v1.2.3