diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-17 21:39:28 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-17 21:39:28 +0200 |
commit | c6ceb73febc0f5afcd01341a16dca768d5c627cd (patch) | |
tree | 98af5a8032b8d5e9dfa75f78ba92476f26c74bc3 /core/globals.h | |
parent | 4c917f2e2a43ea50cd287dd322dda9d08b213b7d (diff) |
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
Diffstat (limited to 'core/globals.h')
-rw-r--r-- | core/globals.h | 5 |
1 files changed, 5 insertions, 0 deletions
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<evt_handler*> event_handlers; +extern boost::mutex event_handlers_mutex; + +extern std::list<plugin*> plugins; #endif
\ No newline at end of file |