Rename C++ header files to .hpp
[lttng-tools.git] / tests / regression / tools / live / live_test.cpp
index afaf23b658442e2b407d509ab29cec878aba87e8..439d862d4b0fbbaf117dd2fa0be3fffa5699b9c6 100644 (file)
@@ -9,7 +9,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include <common/compat/time.h>
+#include <common/compat/time.hpp>
 #include <sys/types.h>
 #include <inttypes.h>
 #include <stdlib.h>
 #include <lttng/lttng.h>
 
 #include <urcu/list.h>
-#include <common/common.h>
+#include <common/common.hpp>
 
-#include <bin/lttng-relayd/lttng-viewer-abi.h>
-#include <common/index/ctf-index.h>
+#include <bin/lttng-relayd/lttng-viewer-abi.hpp>
+#include <common/index/ctf-index.hpp>
 
-#include <common/compat/errno.h>
-#include <common/compat/endian.h>
+#include <common/compat/errno.hpp>
+#include <common/compat/endian.hpp>
 
 #define SESSION1 "test1"
 #define RELAYD_URL "net://localhost"
@@ -675,7 +675,7 @@ error:
        return ret;
 }
 
-int main(int argc, char **argv)
+int main(void)
 {
        int ret;
        uint64_t session_id;
This page took 0.024264 seconds and 4 git commands to generate.