Common Trace Format 2 generation
[lttng-tools.git] / src / bin / lttng-relayd / ctf-trace.cpp
index 7a3cbdea0ebde00f0613ccff1cb42553d2d6d798..747bdcf0d19d910835409ffd5a726c2922cf58b7 100644 (file)
@@ -9,13 +9,13 @@
 
 #define _LGPL_SOURCE
 
-#include <common/common.h>
-#include <common/utils.h>
+#include <common/common.hpp>
+#include <common/utils.hpp>
 #include <urcu/rculist.h>
 
-#include "ctf-trace.h"
-#include "lttng-relayd.h"
-#include "stream.h"
+#include "ctf-trace.hpp"
+#include "lttng-relayd.hpp"
+#include "stream.hpp"
 
 static uint64_t last_relay_ctf_trace_id;
 static pthread_mutex_t last_relay_ctf_trace_id_lock = PTHREAD_MUTEX_INITIALIZER;
This page took 0.024531 seconds and 5 git commands to generate.