diff options
author | George Kadianakis <desnacked@riseup.net> | 2017-07-18 16:44:03 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-08 20:29:34 -0400 |
commit | 2cd5f9a2fc2765539899b6e84ed4b1c9e02febad (patch) | |
tree | 9c0e51b065538d6dff2d977856f917b62f67b0c4 /src/or/hs_common.h | |
parent | 0b22b7fce3f1ce97a85f4022533b206f847b7307 (diff) | |
download | tor-2cd5f9a2fc2765539899b6e84ed4b1c9e02febad.tar.gz tor-2cd5f9a2fc2765539899b6e84ed4b1c9e02febad.zip |
prop224: Compute start time of next time period.
Diffstat (limited to 'src/or/hs_common.h')
-rw-r--r-- | src/or/hs_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/hs_common.h b/src/or/hs_common.h index cbf1ac113d..519485d576 100644 --- a/src/or/hs_common.h +++ b/src/or/hs_common.h @@ -195,6 +195,7 @@ void hs_get_subcredential(const ed25519_public_key_t *identity_pk, uint64_t hs_get_time_period_num(time_t now); uint64_t hs_get_next_time_period_num(time_t now); +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); |