Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-sessiond / dispatch.cpp
index 107e205c6f61a7fc49fbeb20275e9d506a7c008b..7988f1ba8a212894dc09d7c3e8338f267b6fb221 100644 (file)
 #include <stddef.h>
 #include <stdlib.h>
 #include <urcu.h>
-#include <common/futex.h>
-#include <common/macros.h>
+#include <common/futex.hpp>
+#include <common/macros.hpp>
 
-#include "dispatch.h"
-#include "ust-app.h"
-#include "testpoint.h"
-#include "fd-limit.h"
-#include "health-sessiond.h"
-#include "lttng-sessiond.h"
-#include "thread.h"
+#include "dispatch.hpp"
+#include "ust-app.hpp"
+#include "testpoint.hpp"
+#include "fd-limit.hpp"
+#include "health-sessiond.hpp"
+#include "lttng-sessiond.hpp"
+#include "thread.hpp"
 
 struct thread_notifiers {
        struct ust_cmd_queue *ust_cmd_queue;
@@ -231,6 +231,7 @@ static void *thread_dispatch_ust_registration(void *data)
        struct ust_reg_wait_node *wait_node = NULL, *tmp_wait_node;
        struct ust_reg_wait_queue wait_queue = {
                .count = 0,
+               .head = {},
        };
        struct thread_notifiers *notifiers = (thread_notifiers *) data;
 
This page took 0.023596 seconds and 4 git commands to generate.