X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Frotate-internal.h;h=e580ef96e28c94711ecd403671f44416b7bf1698;hb=6ee599289b90a9b539f0683903a0ff320573afa6;hp=17a08dd4fa7ee9475ff8c30179118c13bb9bb59c;hpb=96712f860eca478e97626494642305b047504f50;p=lttng-tools.git diff --git a/include/lttng/rotate-internal.h b/include/lttng/rotate-internal.h index 17a08dd4f..e580ef96e 100644 --- a/include/lttng/rotate-internal.h +++ b/include/lttng/rotate-internal.h @@ -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 */