From: Nathan Scott Date: Thu, 19 Jul 2001 00:40:55 +0000 (+0000) Subject: sync with benign-for-userspace header file update. X-Git-Tag: v2.0.0~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9561cf15cf41135836af1ec3656605a098230cb;p=thirdparty%2Fxfsprogs-dev.git sync with benign-for-userspace header file update. --- 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)-- )