]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
sync with benign-for-userspace header file update.
authorNathan Scott <nathans@sgi.com>
Thu, 19 Jul 2001 00:40:55 +0000 (00:40 +0000)
committerNathan Scott <nathans@sgi.com>
Thu, 19 Jul 2001 00:40:55 +0000 (00:40 +0000)
include/xfs_types.h

index 1b98f429800955b6fcfab6235821fe30d75d3db8..5174bb66a15ba05ed98b3d2b99c7248cea4dc5c3 100644 (file)
@@ -242,7 +242,9 @@ struct xfsstats {
        __uint64_t              xs_xstrat_bytes;
        __uint64_t              xs_write_bytes;
        __uint64_t              xs_read_bytes;
-} xfsstats;
+};
+
+extern struct xfsstats xfsstats;
 
 # define XFS_STATS_INC(count)          ( (count)++ )
 # define XFS_STATS_DEC(count)          ( (count)-- )