summaryrefslogtreecommitdiff
path: root/includes/omapip/isclib.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/omapip/isclib.h')
-rw-r--r--includes/omapip/isclib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/omapip/isclib.h b/includes/omapip/isclib.h
index a93117c9..b8f7c397 100644
--- a/includes/omapip/isclib.h
+++ b/includes/omapip/isclib.h
@@ -94,7 +94,8 @@
typedef struct dhcp_context {
isc_mem_t *mctx;
isc_appctx_t *actx;
- int actx_started;
+ int actx_started; // ISC_TRUE if ctxstart has been called
+ int actx_running; // ISC_TRUE if ctxrun has been called
isc_taskmgr_t *taskmgr;
isc_task_t *task;
isc_socketmgr_t *socketmgr;