Common Trace Format 2 generation
[lttng-tools.git] / src / bin / lttng-relayd / index.cpp
index f2f102e64d4714d945551435dc5f41e83cb394db..3074da3b6dda9e33c6c65e53c57899904eece18f 100644 (file)
@@ -9,14 +9,14 @@
 
 #define _LGPL_SOURCE
 
-#include <common/common.h>
-#include <common/utils.h>
-#include <common/compat/endian.h>
-
-#include "lttng-relayd.h"
-#include "stream.h"
-#include "index.h"
-#include "connection.h"
+#include <common/common.hpp>
+#include <common/utils.hpp>
+#include <common/compat/endian.hpp>
+
+#include "lttng-relayd.hpp"
+#include "stream.hpp"
+#include "index.hpp"
+#include "connection.hpp"
 
 /*
  * Allocate a new relay index object. Pass the stream in which it is
This page took 0.027224 seconds and 5 git commands to generate.