diff options
Diffstat (limited to 'core/main.cpp')
-rw-r--r-- | core/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/main.cpp b/core/main.cpp index 716b7b0..dc145a5 100644 --- a/core/main.cpp +++ b/core/main.cpp @@ -2,7 +2,9 @@ #include "commonheaders.h" std::list<plugin*> plugins; +boost::mutex plugin_list_mutex; std::list<service*> services; +boost::mutex service_list_mutex; void CreateServiceFunction(const char* name, SERVICE svc); void* CallService(const char *,void*); int ServiceExists(const char *); |