diff options
author | teor <teor2345@gmail.com> | 2016-09-07 13:24:43 +1000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-13 10:13:56 -0400 |
commit | 65b2d34c9cb3434c26be71de6f725244444824a7 (patch) | |
tree | fa2cf44281dca611879dc3e341ae289fa5f554b8 /src/or/rendservice.h | |
parent | 41f96078c23e3ef1c39a853841332cac3e133a94 (diff) | |
download | tor-65b2d34c9cb3434c26be71de6f725244444824a7.tar.gz tor-65b2d34c9cb3434c26be71de6f725244444824a7.zip |
Allow the unit tests to pass a service list to rend_service_load_all_keys
Diffstat (limited to 'src/or/rendservice.h')
-rw-r--r-- | src/or/rendservice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendservice.h b/src/or/rendservice.h index 0cf448e207..ec32262fea 100644 --- a/src/or/rendservice.h +++ b/src/or/rendservice.h @@ -123,7 +123,7 @@ STATIC void rend_service_free(rend_service_t *service); int num_rend_services(void); int rend_config_services(const or_options_t *options, int validate_only); -int rend_service_load_all_keys(void); +int rend_service_load_all_keys(const smartlist_t *service_list); void rend_services_add_filenames_to_lists(smartlist_t *open_lst, smartlist_t *stat_lst); void rend_consider_services_intro_points(void); |