Fix: sessiond: ODR violation results in memory corruption
[lttng-tools.git] / tests / unit / test_relayd_backward_compat_group_by_session.cpp
index 42cb0156a8246f2262e56679e12aeda36c7c4331..4b794faf7c7081660cc1317dbdc575c999f8cfbb 100644 (file)
@@ -18,6 +18,7 @@
 /* Number of TAP tests in this file */
 #define NUM_TESTS_PER_TEST 1
 
+namespace {
 struct test {
        const char *stream_path;
        const char *session_name;
@@ -27,6 +28,7 @@ struct test {
        const char *leftover;
        bool is_valid;
 };
+} /* namespace */
 
 int lttng_opt_quiet;
 int lttng_opt_mi;
This page took 0.023054 seconds and 4 git commands to generate.