diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-25 14:55:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-26 10:56:51 -0700 |
commit | f33b90324abe11724f59389e1aeaf8b3e021c3af (patch) | |
tree | 62090b34128900b39ca03672f33702cb6f4146b6 /src/or/dirserv.h | |
parent | d97a3855350aacd1ea776506624171952fab8ed8 (diff) | |
download | tor-f33b90324abe11724f59389e1aeaf8b3e021c3af.tar.gz tor-f33b90324abe11724f59389e1aeaf8b3e021c3af.zip |
Include protocol versions in votes.
Diffstat (limited to 'src/or/dirserv.h')
-rw-r--r-- | src/or/dirserv.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/or/dirserv.h b/src/or/dirserv.h index 3c914e9311..1e4f27e3d7 100644 --- a/src/or/dirserv.h +++ b/src/or/dirserv.h @@ -96,7 +96,9 @@ size_t dirserv_estimate_data_size(smartlist_t *fps, int is_serverdescs, size_t dirserv_estimate_microdesc_size(const smartlist_t *fps, int compressed); char *routerstatus_format_entry( - const routerstatus_t *rs, const char *platform, + const routerstatus_t *rs, + const char *version, + const char *protocols, routerstatus_format_type_t format, const vote_routerstatus_t *vrs); void dirserv_free_all(void); |