diff options
Diffstat (limited to 'core/main.cpp')
-rw-r--r-- | core/main.cpp | 1 |
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; |