X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Frotate-internal.h;fp=include%2Flttng%2Frotate-internal.h;h=0296efed1128c992ec855189c00a63f0b6027c04;hp=91289b4cf9fcd62ec173afd2a80951b269b7387e;hb=e5d671a8da3f207a1e8031547ef4914cabe5ce4f;hpb=71e2e361e570a4701e06694c6ffeceb3a81a01bd 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 */