Fix: sessiond: ODR violation results in memory corruption
[lttng-tools.git] / tests / unit / test_event_rule.cpp
index 351937444b00fd2a7debca8670a8b7f67343ff0a..d7228d0f31f236fc47cac685e547633f3633752f 100644 (file)
@@ -45,10 +45,12 @@ int lttng_opt_mi;
 
 #define NUM_TESTS 212
 
+namespace {
 struct tracepoint_test {
        enum lttng_domain_type type;
        bool support_name_pattern_exclusion;
 };
+} /* namespace */
 
 typedef const char *(*log_level_name_getter)(int log_level);
 
This page took 0.022957 seconds and 4 git commands to generate.