Explorar o código

Update networkstatus_getinfo_by_purpose() comment

Neel Chauhan %!s(int64=7) %!d(string=hai) anos
pai
achega
994b8ba424
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/feature/nodelist/networkstatus.c

+ 2 - 1
src/feature/nodelist/networkstatus.c

@@ -2405,7 +2405,8 @@ networkstatus_getinfo_by_purpose(const char *purpose_string, time_t now)
   return answer;
   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
 void
 networkstatus_dump_bridge_status_to_file(time_t now)
 networkstatus_dump_bridge_status_to_file(time_t now)
 {
 {