Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ZerXes
Tor
Commits
41a39301
Commit
41a39301
authored
Nov 29, 2019
by
teor
Browse files
control: Update an outdated function comment
Cleanup after 31531.
parent
f8f278f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/feature/control/control_events.c
View file @
41a39301
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment