Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / metadata.cpp
index b68c22a07cad3e766a2744f327901eaa7d12eb1b..38e99b4a408a2891298c729c6f28319732bdcd1b 100644 (file)
@@ -13,9 +13,9 @@
 #include <string.h>
 #include <unistd.h>
 
-#include <common/mi-lttng.h>
+#include <common/mi-lttng.hpp>
 
-#include "../command.h"
+#include "../command.hpp"
 
 static char *opt_session_name;
 static char *session_name = NULL;
@@ -41,7 +41,7 @@ static struct poptOption long_options[] = {
        { "help",               'h', POPT_ARG_NONE, 0, OPT_HELP, 0, 0, },
        { "session",            's', POPT_ARG_STRING, &opt_session_name, 0, 0, 0},
        { "list-options",       0, POPT_ARG_NONE, NULL, OPT_LIST_OPTIONS, 0, 0, },
-       { "list-commands",      0, POPT_ARG_NONE, NULL, OPT_LIST_COMMANDS},
+       { "list-commands",      0, POPT_ARG_NONE, NULL, OPT_LIST_COMMANDS, NULL, NULL},
        { 0, 0, 0, 0, 0, 0, 0, },
 };
 
This page took 0.024969 seconds and 4 git commands to generate.