ec_httpsrv_request_event_get_scheduler_inst
Name
ec_httpsrv_request_event_get_scheduler_inst — Returns the scheduler for an Event from the current session
Synopsis
#include "modules/listeners/httpsrv.h"
| ec_scheduler_inst * **ec_httpsrv_request_event_get_scheduler_inst** (
| sess)
; | |
ec_httpsrv_session * <var class="pdparam">sess</var>
;
Description
Returns the scheduler for an Event from the current session.
- sess
-
The current session to interrogate. For documentation of this data structure see “ec_httpsrv_session”.
Returns the scheduler instance. For documentation of this data structure see “ec_scheduler_inst”. The scheduler instance will be valid for the lifetime of the inbound session.
It is legal to call this function in the any thread.