Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4e1a4e0 authored by John Spray's avatar John Spray Committed by Ilya Dryomov
Browse files

libceph: update ceph_msg_header structure



2 bytes of what was reserved space is now used by userspace for the
compat_version field.

Signed-off-by: default avatarJohn Spray <john.spray@redhat.com>
Reviewed-by: default avatarSage Weil <sage@redhat.com>
parent 33d07337
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -152,7 +152,8 @@ struct ceph_msg_header {
			     receiver: mask against ~PAGE_MASK */

	struct ceph_entity_name src;
	__le32 reserved;
	__le16 compat_version;
	__le16 reserved;
	__le32 crc;       /* header crc32c */
} __attribute__ ((packed));