mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Document poll_interval_tv in procmon.c
This commit is contained in:
@@ -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 <b>process_spec</b>. Return a newly allocated
|
||||
|
||||
Reference in New Issue
Block a user