diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-17 22:04:17 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-17 22:04:17 +0200 |
commit | b170dc2b10df0e66acc5bc0bb89ba2c68a755f12 (patch) | |
tree | 775d3286f301bb2e220b8d1eb8456b34fef1f7ee /core/globals.h | |
parent | c6ceb73febc0f5afcd01341a16dca768d5c627cd (diff) |
mutexes fix
Diffstat (limited to 'core/globals.h')
-rw-r--r-- | core/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/globals.h b/core/globals.h index 2700403..a363bb8 100644 --- a/core/globals.h +++ b/core/globals.h @@ -26,4 +26,5 @@ extern std::list<evt_handler*> event_handlers; extern boost::mutex event_handlers_mutex; extern std::list<plugin*> plugins; +extern boost::mutex plugin_list_mutex; #endif
\ No newline at end of file |