Prepare for '-Wmissing-field-initializers'
[lttng-tools.git] / src / bin / lttng-sessiond / dispatch.cpp
index 107e205c6f61a7fc49fbeb20275e9d506a7c008b..6cbb26126f8c080c3a66428f9c589b77e034b7b0 100644 (file)
@@ -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.030797 seconds and 4 git commands to generate.