diff options
author | David Goulet <dgoulet@torproject.org> | 2017-11-10 15:00:18 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-05 19:39:46 -0500 |
commit | 427b247c8d67baf2382755a3855f8ea380068107 (patch) | |
tree | bb6916997f44f40280600275620d1fcd9a68fd5c /src/or/hs_control.h | |
parent | c7050eaa16ca8c46c2cea81cc2f4d405ccf15968 (diff) | |
download | tor-427b247c8d67baf2382755a3855f8ea380068107.tar.gz tor-427b247c8d67baf2382755a3855f8ea380068107.zip |
hs-v3: Implement HS_DESC UPLOADED event
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/hs_control.h')
-rw-r--r-- | src/or/hs_control.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/hs_control.h b/src/or/hs_control.h index e10a300d77..de23dc73d8 100644 --- a/src/or/hs_control.h +++ b/src/or/hs_control.h @@ -35,5 +35,9 @@ void hs_control_desc_event_upload(const char *onion_address, const ed25519_public_key_t *blinded_pk, const uint8_t *hsdir_index); +/* Event "HS_DESC UPLOADED [...]" */ +void hs_control_desc_event_uploaded(const hs_ident_dir_conn_t *ident, + const char *hsdir_id_digest); + #endif /* !defined(TOR_HS_CONTROL_H) */ |