summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_int.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-03-23 23:01:40 +0000
committerphk <phk@FreeBSD.org>2003-03-23 23:01:40 +0000
commit8e76f1cefa385812b9d3e31763425ef47ea98298 (patch)
tree829eff49c4fa2f3f599d6677149a5861299d2c65 /sys/geom/geom_int.h
parent3e8d794231fb21789419e92eeeb9c85d1c725ce6 (diff)
downloadFreeBSD-src-8e76f1cefa385812b9d3e31763425ef47ea98298.zip
FreeBSD-src-8e76f1cefa385812b9d3e31763425ef47ea98298.tar.gz
Introduce g_cancel_events() and use it a couple of places where it makes
sense.
Diffstat (limited to 'sys/geom/geom_int.h')
-rw-r--r--sys/geom/geom_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/geom_int.h b/sys/geom/geom_int.h
index b56895b..26b3d78 100644
--- a/sys/geom/geom_int.h
+++ b/sys/geom/geom_int.h
@@ -93,6 +93,7 @@ void g_conftxt(void *);
/* geom_event.c */
void g_event_init(void);
void g_post_event(enum g_events ev, struct g_class *mp, struct g_geom *gp, struct g_provider *pp, struct g_consumer *cp);
+void g_cancel_event(struct g_class *mp, struct g_geom *gp, struct g_provider *pp, struct g_consumer *cp);
void g_run_events(void);
void g_stall_events(void);
void g_release_events(void);
OpenPOWER on IntegriCloud