Fix: sessiond: ODR violation results in memory corruption
[lttng-tools.git] / src / bin / lttng / loglevel.cpp
index fe588bd8e01d957727e2acd7a3e04d42c23cc994..6b9881a025bcd8004982b059fd4fd99e4f96657a 100644 (file)
 #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.022585 seconds and 4 git commands to generate.