summaryrefslogtreecommitdiff
path: root/event-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'event-internal.h')
-rw-r--r--event-internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/event-internal.h b/event-internal.h
index e54038c5..60b58c6c 100644
--- a/event-internal.h
+++ b/event-internal.h
@@ -199,6 +199,11 @@ struct event_base {
int event_gotterm;
/** Set if we should terminate the loop immediately */
int event_break;
+ /** Set if we should start a new instance of the loop immediately. */
+ int event_continue;
+
+ /** The currently running priority of events */
+ int event_running_priority;
/** Set if we're running the event_base_loop function, to prevent
* reentrant invocation. */