MCPcopy Create free account
hub / github.com/acl-dev/acl / service_pre_jail

Method service_pre_jail

lib_acl_cpp/src/master/master_udp.cpp:157–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void master_udp::service_pre_jail(void* ctx)
158{
159 master_udp* mu = (master_udp *) ctx;
160 acl_assert(mu != NULL);
161
162#ifndef ACL_WINDOWS
163 ACL_EVENT* eventp = acl_udp_server_event();
164 mu->set_event(eventp);
165#endif
166
167 mu->proc_pre_jail();
168}
169
170void master_udp::service_init(void* ctx)
171{

Callers

nothing calls this directly

Calls 3

acl_udp_server_eventFunction · 0.85
set_eventMethod · 0.80
proc_pre_jailMethod · 0.45

Tested by

no test coverage detected