diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2013-01-08 18:07:34 -0800 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2013-01-08 19:29:56 -0800 |
commit | d05ff310a5547b15433314617d6f1b9e9ccfe5b8 (patch) | |
tree | cd767b9bbe974fdf151b0cb1c4c36069fa114b00 /src/or/or.h | |
parent | f60c25cd259a118669f7b79f273c116cea53b7dd (diff) | |
download | tor-d05ff310a5547b15433314617d6f1b9e9ccfe5b8.tar.gz tor-d05ff310a5547b15433314617d6f1b9e9ccfe5b8.zip |
Bug 7691 review fixes.
Also add in the random nonce generation.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index 4b4806c62e..eb0dc81b11 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2894,8 +2894,8 @@ typedef struct origin_circuit_t { streamid_t pathbias_probe_id; /** For path probing. Store the temporary probe address nonce - * for response comparison. */ - tor_addr_t pathbias_probe_nonce; + * (in host byte order) for response comparison. */ + uint32_t pathbias_probe_nonce; /** Set iff this is a hidden-service circuit which has timed out * according to our current circuit-build timeout, but which has |