tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 41a3930129cac293e958ccb43bcddf82a9643e29
parent f8f278f8c43358d5eb1d316008375313ddbe0fee
Author: teor <teor@torproject.org>
Date:   Fri, 29 Nov 2019 10:55:27 +1000

control: Update an outdated function comment

Cleanup after 31531.

Diffstat:
Msrc/feature/control/control_events.c | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/feature/control/control_events.c b/src/feature/control/control_events.c @@ -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) {