From 4c917f2e2a43ea50cd287dd322dda9d08b213b7d Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 17 Mar 2011 21:08:25 +0200 Subject: 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 --- core/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'core/main.cpp') 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 event_handlers; boost::mutex event_handlers_mutex; ACE_Log_Msg logger; +int current_plugin_id = 13; bool halt_requested = false; -- cgit v1.2.3