Searched defs:polltimeout (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Drotatelogs.c573 long polltimeout; local
708 polltimeout = status.tLogEnd ? status.tLogEnd - get_now(&config, NULL) : config.tRotation;
709 if (polltimeout <= 0) {
713 pollret = apr_poll(&pollfd, 1, &pollret, apr_time_from_sec(polltimeout));

Completed in 12 milliseconds