summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r--sys/geom/geom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h
index e1aac55..7bd3ca7 100644
--- a/sys/geom/geom.h
+++ b/sys/geom/geom.h
@@ -171,6 +171,8 @@ struct g_provider {
off_t mediasize;
u_int sectorsize;
struct g_stat *stat;
+ u_int flags;
+#define G_PF_CANDELETE 0x1
};
/*
OpenPOWER on IntegriCloud