diff options
Diffstat (limited to 'dmonwrapper.h')
| -rw-r--r-- | dmonwrapper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmonwrapper.h b/dmonwrapper.h index ac588329..06b4c857 100644 --- a/dmonwrapper.h +++ b/dmonwrapper.h @@ -18,8 +18,8 @@ class DMonWrapper CallbackFunction callback; }; - static bool DMON_INITIALIZED; - static std::mutex DMON_MUTEX; + static bool g_dmonInitialized; + static std::mutex g_dmonMutex; std::map<uint32_t, CallbackContext*> m_callbacks; |
