diff options
Diffstat (limited to 'xlators/features/bit-rot')
-rw-r--r-- | xlators/features/bit-rot/src/stub/bit-rot-object-version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/bit-rot/src/stub/bit-rot-object-version.h b/xlators/features/bit-rot/src/stub/bit-rot-object-version.h index a158adf8153..1f2497aebe9 100644 --- a/xlators/features/bit-rot/src/stub/bit-rot-object-version.h +++ b/xlators/features/bit-rot/src/stub/bit-rot-object-version.h @@ -19,7 +19,7 @@ typedef struct br_version { uint32_t timebuf[2]; } br_version_t; -typedef struct br_signature { +typedef struct __attribute__ ((__packed__)) br_signature { int8_t signaturetype; unsigned long signedversion; |