summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumvar.h
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-03-30 05:01:42 +0000
committergrog <grog@FreeBSD.org>1999-03-30 05:01:42 +0000
commitd14a3d013a51fdc2465ed10b66f2ff889b1c6ac6 (patch)
treeb018acf848059e65b69cc4228d9ced56947d4877 /sys/dev/vinum/vinumvar.h
parent73f93e185559c76e6457f50ea9f1a46071880d58 (diff)
downloadFreeBSD-src-d14a3d013a51fdc2465ed10b66f2ff889b1c6ac6.zip
FreeBSD-src-d14a3d013a51fdc2465ed10b66f2ff889b1c6ac6.tar.gz
Add flag VF_CREATED
Diffstat (limited to 'sys/dev/vinum/vinumvar.h')
-rw-r--r--sys/dev/vinum/vinumvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/vinum/vinumvar.h b/sys/dev/vinum/vinumvar.h
index 5a755cb..45b28ae 100644
--- a/sys/dev/vinum/vinumvar.h
+++ b/sys/dev/vinum/vinumvar.h
@@ -238,6 +238,7 @@ enum objflags {
VF_CONFIGURED = 0x20000, /* for drives: we read the config */
VF_STOPPING = 0x40000, /* for vinum_conf: stop on last close */
VF_DAEMONOPEN = 0x80000, /* the daemon has us open (only superdev) */
+ VF_CREATED = 0x100000, /* for volumes: freshly created, more then new */
};
/* Global configuration information for the vinum subsystem */
OpenPOWER on IntegriCloud