diff options
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/control.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/control.c b/src/or/control.c index d15033acab..f0be50952d 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -201,8 +201,8 @@ log_severity_to_event(int severity) } } -/** Set <b>global_event_mask</b> to the bitwise OR of each live control - * connection's event_mask field. */ +/** Set <b>global_event_maskX</b> (where X is 0 or 1) to the bitwise OR + * of each live control connection's event_mask field. */ void control_update_global_event_mask(void) { |