Fix: sessiond: ODR violation results in memory corruption
[lttng-tools.git] / src / bin / lttng-sessiond / health.cpp
index 9a4dee8610b0deeb6b4c3527bc5da84b6ee140c5..0735907a26ad3ae67d9fc26d6f543e8f7f0c98fa 100644 (file)
 #include "utils.hpp"
 #include "thread.hpp"
 
+namespace {
 struct thread_notifiers {
        struct lttng_pipe *quit_pipe;
        sem_t ready;
 };
+} /* namespace */
 
 static
 void mark_thread_as_ready(struct thread_notifiers *notifiers)
This page took 0.023566 seconds and 4 git commands to generate.