From 73d74fd020eb11a21fd963e96c4034aadec14979 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 15 Oct 2010 14:47:04 +0300 Subject: something --- core/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/main.cpp') 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 plugins; +boost::mutex plugin_list_mutex; std::list services; +boost::mutex service_list_mutex; void CreateServiceFunction(const char* name, SERVICE svc); void* CallService(const char *,void*); int ServiceExists(const char *); -- cgit v1.2.3