diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-19 14:10:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-26 10:56:49 -0700 |
commit | 4df12239f60a79c9543c21e665d2569f064b98ea (patch) | |
tree | 3b584c1ad220d62f288b2a9072d372bd07e1b270 /src/or/or.h | |
parent | b2b2e1c7f24d9b65059e3d089768d6c49ba4f58f (diff) | |
download | tor-4df12239f60a79c9543c21e665d2569f064b98ea.tar.gz tor-4df12239f60a79c9543c21e665d2569f064b98ea.zip |
Emit and parse protocol lists in router descriptors
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 34089ad994..39b124fb48 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2073,6 +2073,9 @@ typedef struct { char *platform; /**< What software/operating system is this OR using? */ + char *protocol_list; /**< Encoded list of subprotocol versions supported + * by this OR */ + /* link info */ uint32_t bandwidthrate; /**< How many bytes does this OR add to its token * bucket per second? */ |