Fix: sessiond: ODR violation results in memory corruption
[lttng-tools.git] / src / common / event.cpp
index 4844888a2df770ca5b9bed7e5dd7a9d758be7def..e17a560cf811bd5dd781200d1cdcf7385927b690 100644 (file)
 #include <lttng/lttng-error.h>
 #include <lttng/userspace-probe-internal.hpp>
 
+namespace {
 struct event_list_element {
        struct lttng_event *event;
        struct lttng_event_exclusion *exclusions;
        char *filter_expression;
 };
+} /* namespace */
 
 static void event_list_destructor(void *ptr)
 {
This page took 0.023603 seconds and 4 git commands to generate.