Rename C++ header files to .hpp
[lttng-tools.git] / tests / regression / tools / trigger / hidden / hidden_trigger.cpp
index 668a60fb3fd97be3f304c9bd72c09569ab5af449..969cab11eabb05050d1d96f80929f88516367d19 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <tap/tap.h>
 
-#include <common/macros.h>
+#include <common/macros.hpp>
 #include <lttng/lttng.h>
 
 #define TEST_COUNT 1
@@ -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,
-               }
+                       .padding = {},
+                       .attr = {},
+               },
+               {}
        };
 
        lttng_channel channel_cfg {};
This page took 0.023011 seconds and 4 git commands to generate.