summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 427356422f..020061925b 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -549,6 +549,7 @@ router_should_rebuild_store(desc_store_t *store)
return store->journal_len > (1<<15);
}
+/* DOCDOC desc_get_store */
static INLINE desc_store_t *
desc_get_store(routerlist_t *rl, signed_descriptor_t *sd)
{
@@ -2465,6 +2466,7 @@ dump_routerlist_mem_usage(int severity)
#endif
}
+/* DOCDOC _routerlist_find_elt */
static INLINE int
_routerlist_find_elt(smartlist_t *sl, void *ri, int idx)
{
@@ -4368,6 +4370,7 @@ get_dir_info_status_string(void)
return dir_info_status;
}
+/* DOCDOC count_usable_descriptors */
static void
count_usable_descriptors(int *num_present, int *num_usable,
const networkstatus_t *consensus,