MCPcopy Create free account
hub / github.com/F-Stack/f-stack / xo_open_log

Function xo_open_log

tools/libxo/libxo/xo_syslog.c:385–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385void
386xo_open_log (const char *ident, int logstat, int logfac)
387{
388 THREAD_LOCK();
389 xo_open_log_unlocked(ident, logstat, logfac);
390 THREAD_UNLOCK();
391}
392
393
394void

Callers 1

mainFunction · 0.85

Calls 1

xo_open_log_unlockedFunction · 0.85

Tested by 1

mainFunction · 0.68