Fix: use of uninitialised bytes valgrind warning
[lttng-tools.git] / include / lttng / rotate-internal.h
index 91289b4cf9fcd62ec173afd2a80951b269b7387e..0296efed1128c992ec855189c00a63f0b6027c04 100644 (file)
@@ -108,11 +108,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.023267 seconds and 4 git commands to generate.