Fix: use of uninitialised bytes valgrind warning
[lttng-tools.git] / include / lttng / rotate-internal.h
index 17a08dd4fa7ee9475ff8c30179118c13bb9bb59c..e580ef96e28c94711ecd403671f44416b7bf1698 100644 (file)
@@ -118,11 +118,11 @@ struct lttng_session_list_schedules_return {
        struct {
                uint8_t set;
                uint64_t value;
-       } periodic;
+       } LTTNG_PACKED periodic;
        struct {
                uint8_t set;
                uint64_t value;
-       } size;
+       } LTTNG_PACKED size;
 } LTTNG_PACKED;
 
 #endif /* LTTNG_ROTATE_INTERNAL_ABI_H */
This page took 0.023792 seconds and 4 git commands to generate.