summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_int.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-04-23 20:25:33 +0000
committerphk <phk@FreeBSD.org>2003-04-23 20:25:33 +0000
commitb4c26d2e1a8698bb56c05645c6b2ae3052d43264 (patch)
treed25a31c875f330eb48b0c6b370978bfee3902ce4 /sys/geom/geom_int.h
parent1bab2ea14bce7c41fef810da80553f9bad0a1ceb (diff)
downloadFreeBSD-src-b4c26d2e1a8698bb56c05645c6b2ae3052d43264.zip
FreeBSD-src-b4c26d2e1a8698bb56c05645c6b2ae3052d43264.tar.gz
Remove the now unused hardcoded g_post_event() event support.
Diffstat (limited to 'sys/geom/geom_int.h')
-rw-r--r--sys/geom/geom_int.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/geom/geom_int.h b/sys/geom/geom_int.h
index 85acfd3..567cd7a 100644
--- a/sys/geom/geom_int.h
+++ b/sys/geom/geom_int.h
@@ -53,20 +53,9 @@ extern int g_debugflags;
#define G_F_DISKIOCTL 64
#define G_F_CTLDUMP 128
-
-/*
- * Various internal actions are tracked by tagging g_event[s] onto
- * an internal eventqueue.
- */
-enum g_events {
- EV_CALL_ME, /* func, arg */
- EV_LAST
-};
-
#define G_N_EVENTREFS 20
struct g_event {
- enum g_events event;
TAILQ_ENTRY(g_event) events;
void *arg;
g_call_me_t *func;
@@ -89,7 +78,6 @@ void g_conftxt(void *, int flag);
/* geom_event.c */
void g_event_init(void);
-void g_post_event(enum g_events ev, ...);
void g_run_events(void);
void g_stall_events(void);
void g_release_events(void);
OpenPOWER on IntegriCloud