Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-sessiond / timer.cpp
index 5a1f35dfa936904f236e7dac108cdf044789f067..4e8b8026b2ee7534f01a95826b8f92f89f6b4dd3 100644 (file)
 #include <inttypes.h>
 #include <signal.h>
 
-#include "timer.h"
-#include "health-sessiond.h"
-#include "rotation-thread.h"
-#include "thread.h"
+#include "timer.hpp"
+#include "health-sessiond.hpp"
+#include "rotation-thread.hpp"
+#include "thread.hpp"
 
 #define LTTNG_SESSIOND_SIG_QS                          SIGRTMIN + 10
 #define LTTNG_SESSIOND_SIG_EXIT                                SIGRTMIN + 11
@@ -406,7 +406,7 @@ end:
 }
 
 static
-bool shutdown_timer_thread(void *data)
+bool shutdown_timer_thread(void *data __attribute__((unused)))
 {
        return kill(getpid(), LTTNG_SESSIOND_SIG_EXIT) == 0;
 }
This page took 0.023529 seconds and 4 git commands to generate.