diff options
Diffstat (limited to 'sys/geom/geom_int.h')
-rw-r--r-- | sys/geom/geom_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/geom_int.h b/sys/geom/geom_int.h index 0f9695c..fe6f5c7 100644 --- a/sys/geom/geom_int.h +++ b/sys/geom/geom_int.h @@ -108,6 +108,7 @@ void g_io_schedule_up(struct thread *tp); /* geom_kern.c / geom_kernsim.c */ void g_init(void); +extern int g_shutdown; /* geom_ctl.c */ void g_ctl_init(void); |