Fix: sessiond: ODR violation results in memory corruption
[lttng-tools.git] / src / bin / lttng-sessiond / manage-apps.cpp
index 93d3b93cc12a0699b724ca7f36966ca7539c4640..f8297a6df82820a975bf514702d692de7057ba21 100644 (file)
 #include "utils.hpp"
 #include "thread.hpp"
 
+namespace {
 struct thread_notifiers {
        struct lttng_pipe *quit_pipe;
        int apps_cmd_pipe_read_fd;
 };
+} /* namespace */
 
 static void cleanup_application_management_thread(void *data)
 {
This page took 0.02372 seconds and 4 git commands to generate.