tv2 238 sapi/fpm/fpm/fpm_children.c struct timeval tv1, tv2; tv2 246 sapi/fpm/fpm/fpm_children.c timersub(&tv1, &child->started, &tv2); tv2 252 sapi/fpm/fpm/fpm_children.c zlog(severity, "[pool %s] child %d exited %s after %ld.%06d seconds from start", child->wp->config->name, (int) pid, buf, tv2.tv_sec, (int) tv2.tv_usec); tv2 254 sapi/fpm/fpm/fpm_children.c zlog(ZLOG_DEBUG, "[pool %s] child %d has been killed by the process management after %ld.%06d seconds from start", child->wp->config->name, (int) pid, tv2.tv_sec, (int) tv2.tv_usec);