summaryrefslogtreecommitdiff
path: root/src/or/hs_common.c
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.c
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.c')
-rw-r--r--src/or/hs_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_common.c b/src/or/hs_common.c
index e5ea379540..291d8ae8da 100644
--- a/src/or/hs_common.c
+++ b/src/or/hs_common.c
@@ -1049,7 +1049,7 @@ hs_build_blinded_keypair(const ed25519_keypair_t *kp,
* +------------------------------------------------------------------+
*/
MOCK_IMPL(int,
-hs_time_between_tp_and_srv, (const networkstatus_t *consensus, time_t now))
+hs_in_period_between_tp_and_srv,(const networkstatus_t *consensus, time_t now))
{
time_t valid_after;
time_t srv_start_time, tp_start_time;