Fix missing value
[lttng-tools.git] / liblttkconsumerd / liblttkconsumerd.c
index 4ec949e0f2c18ad771f6ad3e30151e4a0af28bf2..25e00132538781d15f1b350f668883d01e67e24f 100644 (file)
@@ -61,6 +61,7 @@ struct kconsumerd_global_data {
        unsigned int need_update;
 } kconsumerd_data = {
        .fd_list.head = CDS_LIST_HEAD_INIT(kconsumerd_data.fd_list.head),
+       .need_update = 1,
 };
 
 /* communication with splice */
This page took 0.023649 seconds and 4 git commands to generate.