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/or.h | |
parent | d97a3855350aacd1ea776506624171952fab8ed8 (diff) | |
download | tor-f33b90324abe11724f59389e1aeaf8b3e021c3af.tar.gz tor-f33b90324abe11724f59389e1aeaf8b3e021c3af.zip |
Include protocol versions in votes.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index e9d41eeef8..5085139121 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2408,6 +2408,8 @@ typedef struct vote_routerstatus_t { * networkstatus_t.known_flags. */ char *version; /**< The version that the authority says this router is * running. */ + char *protocols; /**< The protocols that this authority says this router + * provides. */ unsigned int has_measured_bw:1; /**< The vote had a measured bw */ /** True iff the vote included an entry for ed25519 ID, or included * "id ed25519 none" to indicate that there was no ed25519 ID. */ |