mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
control: Update an outdated function comment
Cleanup after 31531.
This commit is contained in:
parent
f8f278f8c4
commit
41a3930129
@ -1772,8 +1772,9 @@ control_event_guard(const char *nickname, const char *digest,
|
||||
|
||||
/** Called when a configuration option changes. This is generally triggered
|
||||
* by SETCONF requests and RELOAD/SIGHUP signals. The <b>changes</b> are
|
||||
* a smartlist_t containing (key, value, ...) pairs in sequence.
|
||||
* <b>changes</b> can be NULL. */
|
||||
* a linked list of configuration key-values.
|
||||
* <b>changes</b> can be NULL, meaning "no changes".
|
||||
*/
|
||||
void
|
||||
control_event_conf_changed(const config_line_t *changes)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user