]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
control: Update an outdated function comment
authorteor <teor@torproject.org>
Fri, 29 Nov 2019 00:55:27 +0000 (10:55 +1000)
committerteor <teor@torproject.org>
Fri, 29 Nov 2019 00:55:27 +0000 (10:55 +1000)
Cleanup after 31531.

src/feature/control/control_events.c

index 82349bc6a2844536aa87b1423945c58d254baf99..ea07a896d45343f0407762129cfeb17001639576 100644 (file)
@@ -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)
 {