From: rl1987 Date: Mon, 9 Mar 2020 14:03:43 +0000 (+0200) Subject: Document poll_interval_tv in procmon.c X-Git-Tag: tor-0.4.3.3-alpha~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f89c32ccd0ea9ce8bbe4620257f8a754de8b8b17;p=thirdparty%2Ftor.git Document poll_interval_tv in procmon.c --- diff --git a/src/lib/evloop/procmon.c b/src/lib/evloop/procmon.c index 3276cb1808..718c7d4777 100644 --- a/src/lib/evloop/procmon.c +++ b/src/lib/evloop/procmon.c @@ -165,8 +165,8 @@ tor_validate_process_specifier(const char *process_spec, return parse_process_specifier(process_spec, &ppspec, msg); } -/* DOCDOC poll_interval_tv */ -static const struct timeval poll_interval_tv = {15, 0}; +/* We check this often for presence of owning controller process. */ +static const struct timeval poll_interval_tv = {15, 0}; // 15 seconds. /** Create a process-termination monitor for the process specifier * given in process_spec. Return a newly allocated