summaryrefslogtreecommitdiff
path: root/src/or/rendservice.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-07-12 13:52:19 -0400
committerDavid Goulet <dgoulet@torproject.org>2017-07-13 16:50:09 -0400
commit3eeebd1b0ca43bc2523fb39349078277a40d4116 (patch)
tree4118b5a2ec170d6ee033bf390fc023bfdc3723a0 /src/or/rendservice.h
parentf64689f3f00d72033ff7544ada4ccdfb7c328b36 (diff)
downloadtor-3eeebd1b0ca43bc2523fb39349078277a40d4116.tar.gz
tor-3eeebd1b0ca43bc2523fb39349078277a40d4116.zip
prop224: Use the service config object when configuring
Both configuration function now takes the service config object instead of the service itself. Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/rendservice.h')
-rw-r--r--src/or/rendservice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendservice.h b/src/or/rendservice.h
index 20e827d2aa..ffed21d14e 100644
--- a/src/or/rendservice.h
+++ b/src/or/rendservice.h
@@ -143,7 +143,7 @@ STATIC void rend_service_prune_list_impl_(void);
int num_rend_services(void);
int rend_config_service(const config_line_t *line_,
const or_options_t *options,
- hs_service_t *hs_service);
+ hs_service_config_t *config);
void rend_service_prune_list(void);
void rend_service_free_staging_list(void);
int rend_service_load_all_keys(const smartlist_t *service_list);