| 619 | } |
| 620 | |
| 621 | static 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 | |
| 628 | static int log_tid(const ap_errorlog_info *info, const char *arg, |
| 629 | char *buf, int buflen) |
no outgoing calls
no test coverage detected