Fix: sessiond: ODR violation results in memory corruption
[lttng-tools.git] / src / bin / lttng-sessiond / notify-apps.cpp
index 80c7fb143f06d0e88768428cd392ad4c602122d6..1fff92d071ba01f1f70aac518493194c791485e0 100644 (file)
 #include "utils.hpp"
 #include "thread.hpp"
 
+namespace {
 struct thread_notifiers {
        struct lttng_pipe *quit_pipe;
        int apps_cmd_notify_pipe_read_fd;
 };
+} /* namespace */
 
 /*
  * This thread manage application notify communication.
This page took 0.023401 seconds and 4 git commands to generate.