MCPcopy Create free account
hub / github.com/apache/httpd / log_pid

Function log_pid

server/log.c:621–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621static int log_pid(const ap_errorlog_info *info, const char *arg,
622 char *buf, int buflen)
623{
624 pid_t pid = getpid();
625 return apr_snprintf(buf, buflen, "%" APR_PID_T_FMT, pid);
626}
627
628static int log_tid(const ap_errorlog_info *info, const char *arg,
629 char *buf, int buflen)

Callers 1

do_errorlog_defaultFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected