Skip to content

Commit

Permalink
Document poll_interval_tv in procmon.c
Browse files Browse the repository at this point in the history
  • Loading branch information
rl1987 authored and dgoulet-tor committed Mar 10, 2020
1 parent 94a2376 commit f89c32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/evloop/procmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f89c32c

Please sign in to comment.