]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - libxfs/xfs_format.h
xfs: use accessor functions for summary info words
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_format.h
index 2af891d5d171125d3a1deb76f4724d094aa39057..9a88aba1589f87b45c470c8a8ec9a3a559a4c86d 100644 (file)
@@ -698,6 +698,14 @@ union xfs_rtword_raw {
        __u32           old;
 };
 
+/*
+ * Realtime summary counts are accessed by the word, which is currently
+ * stored in host-endian format.
+ */
+union xfs_suminfo_raw {
+       __u32           old;
+};
+
 /*
  * XFS Timestamps
  * ==============