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