summaryrefslogtreecommitdiffstats
path: root/src/server/locks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/locks.h')
-rw-r--r--src/server/locks.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/locks.h b/src/server/locks.h
index 6558558..5d4367b 100644
--- a/src/server/locks.h
+++ b/src/server/locks.h
@@ -15,7 +15,6 @@ int debug_spin_lock(const char *name, const char *file, int line, pthread_spinlo
int debug_spin_unlock(const char *name, const char *file, int line, pthread_spinlock_t *lock);
int debug_spin_destroy(const char *name, const char *file, int line, pthread_spinlock_t *lock);
-void debug_locks_start_watchdog();
void debug_dump_lock_stats();
#else
@@ -27,4 +26,7 @@ void debug_dump_lock_stats();
#endif
+void debug_locks_start_watchdog();
+void debug_locks_stop_watchdog();
+
#endif /* LOCKS_H_ */