From c6ceb73febc0f5afcd01341a16dca768d5c627cd Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 17 Mar 2011 21:39:28 +0200 Subject: modified: api/ec_pluginapi.h modified: core/events.cpp modified: core/events.h modified: core/globals.h modified: core/modules.cpp modified: core/modules.h --- core/globals.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/globals.h') diff --git a/core/globals.h b/core/globals.h index a82e512..2700403 100644 --- a/core/globals.h +++ b/core/globals.h @@ -21,4 +21,9 @@ extern ACE_Log_Msg logger; extern int current_plugin_id; + +extern std::list event_handlers; +extern boost::mutex event_handlers_mutex; + +extern std::list plugins; #endif \ No newline at end of file -- cgit v1.2.3