summaryrefslogtreecommitdiff
path: root/core/globals.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2011-03-17 22:04:17 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2011-03-17 22:04:17 +0200
commitb170dc2b10df0e66acc5bc0bb89ba2c68a755f12 (patch)
tree775d3286f301bb2e220b8d1eb8456b34fef1f7ee /core/globals.h
parentc6ceb73febc0f5afcd01341a16dca768d5c627cd (diff)
mutexes fix
Diffstat (limited to 'core/globals.h')
-rw-r--r--core/globals.h1
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