diff options
Diffstat (limited to 'sys/geom/geom_int.h')
-rw-r--r-- | sys/geom/geom_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_int.h b/sys/geom/geom_int.h index 567cd7a..23e5597 100644 --- a/sys/geom/geom_int.h +++ b/sys/geom/geom_int.h @@ -58,7 +58,7 @@ extern int g_debugflags; struct g_event { TAILQ_ENTRY(g_event) events; void *arg; - g_call_me_t *func; + g_event_t *func; void *ref[G_N_EVENTREFS]; }; |