aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_common.h
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2017-09-08 19:06:20 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2017-09-08 19:07:00 +0300
commite7bdb9eedce5edd014090883c222eb474648a87b (patch)
tree0e79177d9cc25296ef1c6483096f6338528389c6 /src/or/hs_common.h
parenteb81a8e69c654abc0830ce76899945235cf09d7d (diff)
downloadtor-e7bdb9eedce5edd014090883c222eb474648a87b.tar.gz
tor-e7bdb9eedce5edd014090883c222eb474648a87b.zip
prop224: hs_time_between_tp_and_srv() -> hs_in_period_between_tp_and_srv()
Conflicts: src/or/nodelist.c
Diffstat (limited to 'src/or/hs_common.h')
-rw-r--r--src/or/hs_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_common.h b/src/or/hs_common.h
index b2e3c836d2..77b4e6544b 100644
--- a/src/or/hs_common.h
+++ b/src/or/hs_common.h
@@ -204,7 +204,7 @@ time_t hs_get_start_time_of_next_time_period(time_t now);
link_specifier_t *hs_link_specifier_dup(const link_specifier_t *lspec);
-MOCK_DECL(int, hs_time_between_tp_and_srv,
+MOCK_DECL(int, hs_in_period_between_tp_and_srv,
(const networkstatus_t *consensus, time_t now));
uint8_t *hs_get_current_srv(uint64_t time_period_num,