Fix: sessiond: ODR violation results in memory corruption
[lttng-tools.git] / src / common / actions / path.cpp
index cbb7519b13f5a21d907f993755785b6d6dfeaa4f..4728485177a209a5c5aa7ddfc95033c04c3cd597 100644 (file)
@@ -7,10 +7,12 @@
 
 #include <lttng/action/path-internal.hpp>
 
+namespace {
 struct lttng_action_path_comm {
        uint32_t index_count;
        uint64_t indexes[];
 } LTTNG_PACKED;
+} /* namespace */
 
 struct lttng_action_path *lttng_action_path_create(
                const uint64_t *indexes, size_t index_count)
This page took 0.023127 seconds and 4 git commands to generate.