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

Function init

lib_protocol/samples/http_probe/http_probe.cpp:13–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11char *var_probe_procname = NULL;
12
13static void init(void)
14{
15 acl_socket_init();
16 probe_cfg_load();
17 if (var_probe_logfile && *var_probe_logfile)
18 acl_msg_open(var_probe_logfile, var_probe_procname);
19
20/* daemon(1, 1);
21*/
22}
23
24static void usage(const char *progname)
25{

Callers 1

mainFunction · 0.70

Calls 3

acl_socket_initFunction · 0.85
probe_cfg_loadFunction · 0.85
acl_msg_openFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…