summaryrefslogtreecommitdiff
path: root/usr/src/cmd/bhyve/mevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/bhyve/mevent.h')
-rw-r--r--usr/src/cmd/bhyve/mevent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/cmd/bhyve/mevent.h b/usr/src/cmd/bhyve/mevent.h
index e6b96f0a7c..503ec415a3 100644
--- a/usr/src/cmd/bhyve/mevent.h
+++ b/usr/src/cmd/bhyve/mevent.h
@@ -43,6 +43,9 @@ struct mevent;
struct mevent *mevent_add(int fd, enum ev_type type,
void (*func)(int, enum ev_type, void *),
void *param);
+struct mevent *mevent_add_disabled(int fd, enum ev_type type,
+ void (*func)(int, enum ev_type, void *),
+ void *param);
int mevent_enable(struct mevent *evp);
int mevent_disable(struct mevent *evp);
int mevent_delete(struct mevent *evp);