diff options
-rw-r--r-- | sbin/vinum/vext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/vinum/vext.h b/sbin/vinum/vext.h index 0fd6c46..e6b3658 100644 --- a/sbin/vinum/vext.h +++ b/sbin/vinum/vext.h @@ -120,6 +120,7 @@ extern int verbose; /* set verbose operation */ extern int Verbose; /* very verbose operation */ extern int recurse; /* set recursion */ extern int stats; /* show statistics */ +extern int dowait; /* wait for children to exit */ /* Structures to read kernel data into */ extern struct _vinum_conf vinum_conf; /* configuration information */ |