Fix: sessiond: ODR violation results in memory corruption
[lttng-tools.git] / src / bin / lttng-sessiond / manage-kernel.cpp
index a6393b6c0832bce45c903446c8de28df4cb4f1b9..8d2795466bb32400beda37fd2757aa1b94cb5441 100644 (file)
 #include "kernel.hpp"
 #include "kernel-consumer.hpp"
 
+namespace {
 struct thread_notifiers {
        struct lttng_pipe *quit_pipe;
        int kernel_poll_pipe_read_fd;
 };
+} /* namespace */
 
 /*
  * Update the kernel poll set of all channel fd available over all tracing
This page took 0.022716 seconds and 4 git commands to generate.