Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / lttng.cpp
index af1d3f4882cfd7fc6894257099a85f785cd5f6b0..7e70c3afce4f9e22b03e628bdda0b6344635d6ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
 #include <ctype.h>
 
 #include <lttng/lttng.h>
-#include <common/error.h>
-#include <common/compat/getenv.h>
-#include <common/utils.h>
+#include <common/error.hpp>
+#include <common/compat/getenv.hpp>
+#include <common/utils.hpp>
 
-#include "command.h"
-#include "version.h"
+#include "command.hpp"
+#include "version.hpp"
 
 static const char *help_msg =
 #ifdef LTTNG_EMBED_HELP
@@ -150,6 +150,7 @@ static void list_options(FILE *ofp)
 /*
  * clean_exit
  */
+__attribute__((noreturn))
 static void clean_exit(int code)
 {
        DBG("Clean exit");
This page took 0.023288 seconds and 4 git commands to generate.