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

Method service_pre_jail

lib_acl_cpp/src/master/master_proc.cpp:166–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void master_proc::service_pre_jail(void* ctx)
167{
168 master_proc* mp = (master_proc *) ctx;
169 acl_assert(mp != NULL);
170
171#ifndef ACL_WINDOWS
172 if (mp->daemon_mode()) {
173 ACL_EVENT* eventp = acl_single_server_event();
174 mp->set_event(eventp);
175 }
176#endif
177
178 mp->proc_pre_jail();
179}
180
181void master_proc::service_init(void* ctx)
182{

Callers

nothing calls this directly

Calls 4

acl_single_server_eventFunction · 0.85
daemon_modeMethod · 0.80
set_eventMethod · 0.80
proc_pre_jailMethod · 0.45

Tested by

no test coverage detected