Build fix: missing initializer for member 'indexes'
[lttng-tools.git] / src / common / actions / path.cpp
index 41fb92e27bddfc2e599a72807e9de7feefaeb216..612ade8c31a69e7696312c9882c145b1700335e4 100644 (file)
@@ -188,9 +188,7 @@ int lttng_action_path_serialize(const struct lttng_action_path *action_path,
                goto end;
        }
 
-       comm = {
-               .index_count = (uint32_t) index_count,
-       };
+       comm.index_count = (uint32_t) index_count;
        ret = lttng_dynamic_buffer_append(&payload->buffer,
                        &comm,
                        sizeof(struct lttng_action_path_comm));
This page took 0.02246 seconds and 4 git commands to generate.