summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-04-02 11:49:30 -0400
committerNick Mathewson <nickm@torproject.org>2013-04-18 11:04:57 -0400
commitc35ef8e6e92f1d3f4e96fc71c8db6a17b812053e (patch)
tree6aeeb44f52375b265add68280296382278f3feb4 /src/or
parente1128d905c7eae33d099e4287823fbd18f3c876e (diff)
downloadtor-c35ef8e6e92f1d3f4e96fc71c8db6a17b812053e.tar.gz
tor-c35ef8e6e92f1d3f4e96fc71c8db6a17b812053e.zip
Test improvement: include microdesc lines in our synthetic microdesc consensuses.
Diffstat (limited to 'src/or')
-rw-r--r--src/or/or.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 45eb4673ce..b821caf310 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2321,7 +2321,8 @@ typedef struct networkstatus_v2_t {
typedef struct vote_microdesc_hash_t {
/** Next element in the list, or NULL. */
struct vote_microdesc_hash_t *next;
- /** The raw contents of the microdesc hash line, excluding the "m". */
+ /** The raw contents of the microdesc hash line, from the "m" through the
+ * newline. */
char *microdesc_hash_line;
} vote_microdesc_hash_t;