From 51e68a1f271b78912e5111996bb20d0b58350244 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 23 Apr 2003 19:15:27 +0000 Subject: Move the shutdown eventhandler stuff to a more logical place. --- sys/geom/geom_int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/geom/geom_int.h') 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); -- cgit v1.1