X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Frotate-internal.h;h=0296efed1128c992ec855189c00a63f0b6027c04;hp=91289b4cf9fcd62ec173afd2a80951b269b7387e;hb=3d13ddfa3797cfb443502b83103f48dca39342b4;hpb=516cffdaab7cfc55e9d79264adadc453729ad9f9 diff --git a/include/lttng/rotate-internal.h b/include/lttng/rotate-internal.h index 91289b4cf..0296efed1 100644 --- a/include/lttng/rotate-internal.h +++ b/include/lttng/rotate-internal.h @@ -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 */