mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Update networkstatus_getinfo_by_purpose() comment
This commit is contained in:
parent
14d7008045
commit
994b8ba424
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue