[tor-commits] [tor/master] Update networkstatus_getinfo_by_purpose() comment

nickm at torproject.org nickm at torproject.org
Fri Apr 26 00:28:08 UTC 2019


commit 994b8ba424e0e225b3a3b3923044ff900cedfc12
Author: Neel Chauhan <neel at neelc.org>
Date:   Thu Apr 11 21:36:38 2019 -0400

    Update networkstatus_getinfo_by_purpose() comment
---
 src/feature/nodelist/networkstatus.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/feature/nodelist/networkstatus.c b/src/feature/nodelist/networkstatus.c
index 20881112a..db510c975 100644
--- a/src/feature/nodelist/networkstatus.c
+++ b/src/feature/nodelist/networkstatus.c
@@ -2405,7 +2405,8 @@ networkstatus_getinfo_by_purpose(const char *purpose_string, time_t now)
   return answer;
 }
 
-/** Write out router status entries for all our bridge descriptors. */
+/** Write out router status entries for all our bridge descriptors. Here, we
+ * also mark routers as running. */
 void
 networkstatus_dump_bridge_status_to_file(time_t now)
 {





More information about the tor-commits mailing list