Common Trace Format 2 generation
[deliverable/lttng-tools.git] / src / bin / lttng-sessiond / utils.cpp
index 6936a03f963de2d0d37a18040f39fbd32b99d2a1..3fd1db03b83d7126f551d4eae87fb820317e070f 100644 (file)
 #include <stdlib.h>
 #include <unistd.h>
 
-#include <common/error.h>
+#include <common/error.hpp>
 
-#include "utils.h"
-#include "snapshot.h"
-#include "lttng-sessiond.h"
+#include "utils.hpp"
+#include "snapshot.hpp"
+#include "lttng-sessiond.hpp"
 
 int the_ht_cleanup_pipe[2] = {-1, -1};
 
This page took 0.02531 seconds and 5 git commands to generate.