diff options
author | Roger Dingledine <arma@torproject.org> | 2005-08-15 23:46:18 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-08-15 23:46:18 +0000 |
commit | 04d42ea4336c38dcb812757699513b4eaf89c95b (patch) | |
tree | 1b0ac34bf261092d4629378a87d14081d167bcc0 /src/or/or.h | |
parent | b1d3f124c46e954ef282c71586e34631e351c427 (diff) | |
download | tor-04d42ea4336c38dcb812757699513b4eaf89c95b.tar tor-04d42ea4336c38dcb812757699513b4eaf89c95b.tar.gz |
rotate dns and cpu workers if the controller changes options that
will affect them.
svn:r4787
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index af8bcecc5..590480bc9 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1361,6 +1361,7 @@ void config_free_lines(config_line_t *front); int options_trial_assign(config_line_t *list, int reset); int resolve_my_address(or_options_t *options, uint32_t *addr); void options_init(or_options_t *options); +int options_transition_affects_workers(config_line_t *lines); int options_init_from_torrc(int argc, char **argv); int options_init_logs(or_options_t *options, int validate_only); int config_parse_addr_policy(config_line_t *cfg, |