mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add missing declaration so 6876 compiles
This commit is contained in:
@@ -1164,6 +1164,7 @@ options_act(const or_options_t *old_options)
|
||||
config_line_t *cl;
|
||||
or_options_t *options = get_options_mutable();
|
||||
int running_tor = options->command == CMD_RUN_TOR;
|
||||
char *msg=NULL;
|
||||
const int transition_affects_workers =
|
||||
old_options && options_transition_affects_workers(old_options, options);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user