diff options
author | Neel Chauhan <neel@neelc.org> | 2019-04-11 21:36:38 -0400 |
---|---|---|
committer | Neel Chauhan <neel@neelc.org> | 2019-04-11 21:36:38 -0400 |
commit | 994b8ba424e0e225b3a3b3923044ff900cedfc12 (patch) | |
tree | 895060af08b5f2f272c9d7444d330e9866cc04f1 /src/feature/nodelist | |
parent | 14d700804568ef5624856976b723eafab9e41972 (diff) | |
download | tor-994b8ba424e0e225b3a3b3923044ff900cedfc12.tar.gz tor-994b8ba424e0e225b3a3b3923044ff900cedfc12.zip |
Update networkstatus_getinfo_by_purpose() comment
Diffstat (limited to 'src/feature/nodelist')
-rw-r--r-- | src/feature/nodelist/networkstatus.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/feature/nodelist/networkstatus.c b/src/feature/nodelist/networkstatus.c index 20881112aa..db510c975b 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) { |