X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsession-descriptor.cpp;h=e8a602121351b6034aa8846bf877be6945f76655;hb=1c9a0b0e83c7e073c4e576c0bed95de335b0e502;hp=36b6fc4eb073de81b99d17b619a04d238b220be1;hpb=c10f9cdd994258358bb3766c2e92dab71e4ceef2;p=lttng-tools.git diff --git a/src/common/session-descriptor.cpp b/src/common/session-descriptor.cpp index 36b6fc4eb..e8a602121 100644 --- a/src/common/session-descriptor.cpp +++ b/src/common/session-descriptor.cpp @@ -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;