ec_httpsrv_request_event_get_scheduler_inst
Last updated March 2020
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)
; | |
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.
See Also
Was this page helpful?