diff options
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r-- | sys/geom/geom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h index d46269a..7c85d2b 100644 --- a/sys/geom/geom.h +++ b/sys/geom/geom.h @@ -160,6 +160,7 @@ struct g_provider { struct g_event *event; TAILQ_ENTRY(g_provider) orphan; int index; + off_t mediasize; }; /* geom_dump.c */ |