summaryrefslogtreecommitdiff
path: root/core/main.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2011-03-17 21:08:25 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2011-03-17 21:08:25 +0200
commit4c917f2e2a43ea50cd287dd322dda9d08b213b7d (patch)
treec990c65226c78a2ee6595c05a3b2be36755d5b8f /core/main.cpp
parentee695f119bbc7b3f1557ab01b7953de2ca03e00b (diff)
modified: api/ec_pluginapi.h
modified: api/ec_services.h modified: core/events.cpp modified: core/events.h modified: core/globals.h modified: core/main.cpp modified: core/modules.cpp modified: core/modules.h modified: plugins/example/main.cpp
Diffstat (limited to 'core/main.cpp')
-rw-r--r--core/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/main.cpp b/core/main.cpp
index 9f3e25c..03b314b 100644
--- a/core/main.cpp
+++ b/core/main.cpp
@@ -24,6 +24,7 @@ boost::mutex service_list_mutex;
std::list<evt_handler*> event_handlers;
boost::mutex event_handlers_mutex;
ACE_Log_Msg logger;
+int current_plugin_id = 13;
bool halt_requested = false;