diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-15 14:47:04 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-15 14:47:04 +0300 |
commit | 73d74fd020eb11a21fd963e96c4034aadec14979 (patch) | |
tree | 92c7c67183f90c98378a1a3eea32f2cb3e90a7a1 /core/main.cpp | |
parent | 7890dccf61ba5e92d76e79c121b926ac515d6747 (diff) |
something
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 *); |