Fix: sessiond: ODR violation results in memory corruption
[lttng-tools.git] / src / bin / lttng / commands / track-untrack.cpp
index f7b268f71d11edbb7087771d27e829e498f89467..8e9bec149e7cb3f881d30b829491edad59595a2b 100644 (file)
@@ -30,6 +30,7 @@
 
 #include "../command.hpp"
 
+namespace {
 struct process_attr_command_args {
        enum lttng_process_attr process_attr;
        /* Present in the user's command. */
@@ -37,6 +38,7 @@ struct process_attr_command_args {
        bool all;
        struct lttng_dynamic_pointer_array string_args;
 };
+} /* namespace */
 
 enum cmd_type {
        CMD_TRACK,
This page took 0.023311 seconds and 4 git commands to generate.