]> git.ipfire.org Git - thirdparty/dhcp.git/blobdiff - includes/omapip/isclib.h
[#64,!35] Restored work
[thirdparty/dhcp.git] / includes / omapip / isclib.h
index a93117c9cec5929a6a0990269dcaf73fc9f45817..b8f7c39788f843b08f3720e5b9410f588c509299 100644 (file)
@@ -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;