Fix: lttng: enable-channel: leak of popt arguments
[lttng-tools.git] / src / bin / lttng / loglevel.cpp
index 83c7b3048f02b1202f1aee312b7cff2ebcc15628..6b9881a025bcd8004982b059fd4fd99e4f96657a 100644 (file)
@@ -5,15 +5,17 @@
  *
  */
 
-#include "loglevel.h"
+#include "loglevel.hpp"
 #include <string.h>
 #include <strings.h>
 #include <ctype.h>
 
+namespace {
 struct loglevel_name_value {
        const char *name;
        int value;
 };
+} /* namespace */
 
 static
 const struct loglevel_name_value loglevel_values[] = {
This page took 0.023103 seconds and 4 git commands to generate.