summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-03-18 09:42:33 +0000
committerphk <phk@FreeBSD.org>2003-03-18 09:42:33 +0000
commitabd9cc6d2bcbbc28d5b00a910e3cc51625255cbf (patch)
tree1c1f50af00e2e7b30b7d8bd0d202a205e3b2fa40 /sys/geom/geom.h
parenteef257a93e011a4e140ebc8b497d65adb03449bb (diff)
downloadFreeBSD-src-abd9cc6d2bcbbc28d5b00a910e3cc51625255cbf.zip
FreeBSD-src-abd9cc6d2bcbbc28d5b00a910e3cc51625255cbf.tar.gz
Retire the GEOM private statistics code and use devstat instead.
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r--sys/geom/geom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h
index 6aba180..169da26 100644
--- a/sys/geom/geom.h
+++ b/sys/geom/geom.h
@@ -151,7 +151,7 @@ struct g_consumer {
int acr, acw, ace;
struct g_event *event;
int spoiled;
- struct g_stat *stat;
+ struct devstat *stat;
u_int nstart, nend;
};
@@ -173,7 +173,7 @@ struct g_provider {
u_int sectorsize;
u_int stripesize;
u_int stripeoffset;
- struct g_stat *stat;
+ struct devstat *stat;
u_int nstart, nend;
u_int flags;
#define G_PF_CANDELETE 0x1
OpenPOWER on IntegriCloud