summaryrefslogtreecommitdiffstats
path: root/src/util/verto/verto-module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/verto/verto-module.h')
-rw-r--r--src/util/verto/verto-module.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/verto/verto-module.h b/src/util/verto/verto-module.h
index 89d6e5611a..05a920f9e3 100644
--- a/src/util/verto/verto-module.h
+++ b/src/util/verto/verto-module.h
@@ -37,6 +37,7 @@
name ## _ctx_run, \
name ## _ctx_run_once, \
name ## _ctx_break, \
+ name ## _ctx_reinitialize, \
name ## _ctx_add, \
name ## _ctx_del \
}; \
@@ -65,6 +66,7 @@ typedef struct {
void (*ctx_run)(void *ctx);
void (*ctx_run_once)(void *ctx);
void (*ctx_break)(void *ctx);
+ void (*ctx_reinitialize)(void *ctx);
void *(*ctx_add)(void *ctx, const verto_ev *ev, verto_ev_flag *flags);
void (*ctx_del)(void *ctx, const verto_ev *ev, void *evpriv);
} verto_ctx_funcs;