aboutsummaryrefslogtreecommitdiff
path: root/src/feature/relay/router.h
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-01-10 20:47:37 +1000
committerteor <teor@torproject.org>2019-02-19 21:43:07 +1000
commita9f852a0f65a24fc8c0e33caf82d1e3c845c23cf (patch)
tree0ca1eb9876872f174392130696b499bb9b786daa /src/feature/relay/router.h
parenta1f8558628881216917814989d293a028f9e48d7 (diff)
downloadtor-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.h2
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);