mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
fix a function comment
svn:r4743
This commit is contained in:
parent
50cfcbe157
commit
588e80fdcd
1 changed files with 2 additions and 2 deletions
|
@ -201,8 +201,8 @@ log_severity_to_event(int severity)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Set <b>global_event_mask</b> to the bitwise OR of each live control
|
/** Set <b>global_event_maskX</b> (where X is 0 or 1) to the bitwise OR
|
||||||
* connection's event_mask field. */
|
* of each live control connection's event_mask field. */
|
||||||
void
|
void
|
||||||
control_update_global_event_mask(void)
|
control_update_global_event_mask(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue