diff options
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r-- | sys/geom/geom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h index 9047f071..6aba180 100644 --- a/sys/geom/geom.h +++ b/sys/geom/geom.h @@ -152,6 +152,7 @@ struct g_consumer { struct g_event *event; int spoiled; struct g_stat *stat; + u_int nstart, nend; }; /* @@ -173,6 +174,7 @@ struct g_provider { u_int stripesize; u_int stripeoffset; struct g_stat *stat; + u_int nstart, nend; u_int flags; #define G_PF_CANDELETE 0x1 }; |