summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-06-10 23:13:14 +0000
committerRoger Dingledine <arma@torproject.org>2008-06-10 23:13:14 +0000
commit15680ce8d23309a42643fa145088be21c11835d1 (patch)
tree44c29ccd51fd2e8bd3ed70577365c6e3116b054c /src/or/routerlist.c
parent45cc25c0196aea33bfd207123cf2e128114dafd2 (diff)
downloadtor-15680ce8d23309a42643fa145088be21c11835d1.tar.gz
tor-15680ce8d23309a42643fa145088be21c11835d1.zip
some cleanups in preparation for moving stuff around
svn:r15112
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index f63e34beef..e7bde691bf 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -4251,7 +4251,9 @@ count_usable_descriptors(int *num_present, int *num_usable,
log_debug(LD_DIR, "%d usable, %d present.", *num_usable, *num_present);
}
-/* XXXX021 should this be static? */
+/** We just fetched a new set of descriptors. Compute how far through
+ * the "loading descriptors" bootstrapping phase we are, so we can inform
+ * the controller of our progress. */
int
count_loading_descriptors_progress(void)
{