From b96feaa5b0b5af80ba420f0a36c94fdde4d13ae5 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Wed, 20 Jun 2018 15:38:30 -0700 Subject: [PATCH] scoutfs-utils: add scoutfs_net_extent to format.h Signed-off-by: Zach Brown --- utils/src/format.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/src/format.h b/utils/src/format.h index e3aa67d7..65c10b69 100644 --- a/utils/src/format.h +++ b/utils/src/format.h @@ -563,6 +563,11 @@ struct scoutfs_net_statfs { __u8 uuid[SCOUTFS_UUID_BYTES]; /* logical volume uuid */ } __packed; +struct scoutfs_net_extent { + __le64 start; + __le64 len; +} __packed; + /* XXX eventually we'll have net compaction and will need agents to agree */ /* one upper segment and fanout lower segments */