Prepare for '-Wmissing-field-initializers'
[lttng-tools.git] / src / common / session-descriptor.cpp
index 36b6fc4eb073de81b99d17b619a04d238b220be1..e8a602121351b6034aa8846bf877be6945f76655 100644 (file)
@@ -816,7 +816,10 @@ int lttng_session_descriptor_serialize(
                        .output_type = (uint8_t) descriptor->output_type,
                        .name_len = (uint32_t) (descriptor->name ?
                                strlen(descriptor->name) + 1 : 0),
-               }
+                       .uri_count = 0,
+               },
+               .live_timer_us = 0,
+
        };
        const void *header_ptr = NULL;
        size_t header_size;
This page took 0.023529 seconds and 4 git commands to generate.