From c9561cf15cf41135836af1ec3656605a098230cb Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Thu, 19 Jul 2001 00:40:55 +0000 Subject: [PATCH] sync with benign-for-userspace header file update. --- include/xfs_types.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/xfs_types.h b/include/xfs_types.h index 1b98f4298..5174bb66a 100644 --- a/include/xfs_types.h +++ b/include/xfs_types.h @@ -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)-- ) -- 2.47.2