diff options
author | Kamran Riaz Khan <krkhan@inspirated.com> | 2011-08-08 19:58:43 +0500 |
---|---|---|
committer | Kamran Riaz Khan <krkhan@inspirated.com> | 2011-08-08 19:58:43 +0500 |
commit | 23ef12462adab98d5d63bc9579892dbc6f1dea6f (patch) | |
tree | b1b02debeb1387c41200a1bfe128c79fe5c156aa /src/or | |
parent | 02c62b2966083ce549fc6ba6c743d5c37f357fe6 (diff) | |
download | tor-23ef12462adab98d5d63bc9579892dbc6f1dea6f.tar.gz tor-23ef12462adab98d5d63bc9579892dbc6f1dea6f.zip |
Minor comment fix.
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/control.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/or/control.c b/src/or/control.c index 05797038de..f679493d34 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -3999,8 +3999,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>values</b> are the - * keyword/value pairs for the configuration changes tor is using. */ + * by SETCONF requests and RELOAD/SIGHUP signals. The <b>elements</b> is + * a smartlist_t containing (key, value, ...) pairs in sequence. + * <b>value</b> can be NULL. */ int control_event_conf_changed(smartlist_t *elements) { |