Commit 2fae80d6 authored by unknown's avatar unknown

Fix for IM compilation failure (reported be Ramil).


server-tools/instance-manager/thread_registry.h:
  Fix for the problem, encountered by Ramil
parent 71f2f3a2
...@@ -100,7 +100,7 @@ class Thread_registry ...@@ -100,7 +100,7 @@ class Thread_registry
bool shutdown_in_progress; bool shutdown_in_progress;
pthread_mutex_t LOCK_thread_registry; pthread_mutex_t LOCK_thread_registry;
pthread_cond_t COND_thread_registry_is_empty; pthread_cond_t COND_thread_registry_is_empty;
pid_t sigwait_thread_pid; pthread_t sigwait_thread_pid;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment