MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / ebr_bind

Function ebr_bind

modules/event_routing/event_routing.c:222–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220
221
222void ebr_bind(ebr_api_t *api)
223{
224 api->get_ebr_event = get_ebr_event;
225 api->notify_on_event = api_notify_on_event;
226 api->async_wait_for_event = api_wait_for_event;
227}
228
229
230static int cfg_validate(void)

Callers 1

load_ebr_apiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected