Prepare for '-Wmissing-field-initializers'
[lttng-tools.git] / tests / regression / tools / trigger / hidden / hidden_trigger.cpp
index 668a60fb3fd97be3f304c9bd72c09569ab5af449..62c8f5dd06300225448ba499684c97b7e7dc6157 100644 (file)
@@ -66,7 +66,10 @@ int setup_session_with_size_rotation_schedule(const char *session_output_path)
                {
                        .type = LTTNG_DOMAIN_UST,
                        .buf_type = LTTNG_BUFFER_PER_UID,
                {
                        .type = LTTNG_DOMAIN_UST,
                        .buf_type = LTTNG_BUFFER_PER_UID,
-               }
+                       .padding = {},
+                       .attr = {},
+               },
+               {}
        };
 
        lttng_channel channel_cfg {};
        };
 
        lttng_channel channel_cfg {};
This page took 0.022384 seconds and 4 git commands to generate.