diff options
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 |