Prepare for '-Wmissing-field-initializers'
[lttng-tools.git] / src / lib / lttng-ctl / destruction-handle.cpp
index 35a1c358225376de7c7a3fa5de1614a93e8c9312..0bfa303d804392107b612893cf50117a88c13bb6 100644 (file)
@@ -391,6 +391,10 @@ enum lttng_error_code lttng_destroy_session_ext(const char *session_name,
        enum lttng_error_code ret_code = LTTNG_OK;
        struct lttcomm_session_msg lsm = {
                .cmd_type = LTTNG_DESTROY_SESSION,
+               .session = {},
+               .domain = {},
+               .u = {},
+               .fd_count = 0,
        };
        int sessiond_socket = -1;
        struct lttng_destruction_handle *handle = NULL;
This page took 0.022438 seconds and 4 git commands to generate.