diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-27 02:07:04 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-27 02:07:04 +0000 |
commit | 5b72dc77ade9fc0b6c4d8b3aecd2d5b6f8400a3a (patch) | |
tree | 93176ce91894df211ae9befce28a7cc2cfdb75d5 /src/or/or.h | |
parent | e624fe47338c2c0ff1027a63c27891c9a5d30932 (diff) | |
download | tor-5b72dc77ade9fc0b6c4d8b3aecd2d5b6f8400a3a.tar.gz tor-5b72dc77ade9fc0b6c4d8b3aecd2d5b6f8400a3a.zip |
r9395@Kushana: nickm | 2006-10-26 22:06:51 -0400
Fix Bug 349: Have GETINFO network-status return even old routers, and use long nicknames where appropriate. Document this.
svn:r8834
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index bdae373601..6d9b27f127 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2189,7 +2189,8 @@ char *dirserver_getinfo_unregistered(const char *question); void dirserv_free_descriptors(void); int dirserv_thinks_router_is_blatantly_unreachable(routerinfo_t *router, time_t now); -int list_server_status(smartlist_t *routers, char **router_status_out); +int list_server_status(smartlist_t *routers, char **router_status_out, + int for_controller); int dirserv_dump_directory_to_string(char **dir_out, crypto_pk_env_t *private_key, int complete); |