summaryrefslogtreecommitdiff
path: root/bufferevent-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'bufferevent-internal.h')
-rw-r--r--bufferevent-internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bufferevent-internal.h b/bufferevent-internal.h
index bd08bdc9..8f47979b 100644
--- a/bufferevent-internal.h
+++ b/bufferevent-internal.h
@@ -198,7 +198,8 @@ struct bufferevent_private {
enum bufferevent_ctrl_op {
BEV_CTRL_SET_FD,
BEV_CTRL_GET_FD,
- BEV_CTRL_GET_UNDERLYING
+ BEV_CTRL_GET_UNDERLYING,
+ BEV_CTRL_CANCEL_ALL
};
/** Possible data types for a control callback */