diff options
author | teor <teor@torproject.org> | 2019-01-10 20:47:37 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-02-19 21:43:07 +1000 |
commit | a9f852a0f65a24fc8c0e33caf82d1e3c845c23cf (patch) | |
tree | 0ca1eb9876872f174392130696b499bb9b786daa /src/feature/relay/router.h | |
parent | a1f8558628881216917814989d293a028f9e48d7 (diff) | |
download | tor-a9f852a0f65a24fc8c0e33caf82d1e3c845c23cf.tar.gz tor-a9f852a0f65a24fc8c0e33caf82d1e3c845c23cf.zip |
router: Document the additional config and state used to dump descriptors
Also, explicitly state when routerinfos and extra-infos are signed.
And tidy up some other comments.
Preparation for testing 29017 and 20918.
Diffstat (limited to 'src/feature/relay/router.h')
-rw-r--r-- | src/feature/relay/router.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/relay/router.h b/src/feature/relay/router.h index 46364206ef..497d8d243e 100644 --- a/src/feature/relay/router.h +++ b/src/feature/relay/router.h @@ -115,7 +115,7 @@ void router_reset_reachability(void); void router_free_all(void); #ifdef ROUTER_PRIVATE -/* Used only by router.c and test.c */ +/* Used only by router.c and the unit tests */ STATIC void get_platform_str(char *platform, size_t len); STATIC int router_write_fingerprint(int hashed); STATIC smartlist_t *get_my_declared_family(const or_options_t *options); |