diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-11-27 09:26:48 -0800 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-11-27 09:26:48 -0800 |
commit | 256bcb4755ce1296772aadd0e4a461c8c603d3b6 (patch) | |
tree | aa57a4e365ca9cfba3096da55c3f538eb0b45126 /src/or/or.h | |
parent | 60ed98e184c4db70ed1cbac02c891e9bd2d8141a (diff) | |
download | tor-256bcb4755ce1296772aadd0e4a461c8c603d3b6.tar.gz tor-256bcb4755ce1296772aadd0e4a461c8c603d3b6.zip |
Rename accepted_intros fields
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 2e4811d839..dcaea39d17 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3510,7 +3510,7 @@ typedef struct rend_intro_point_t { * of the RSA-encrypted part of a received INTRODUCE2 cell; each * value is a pointer to the time_t at which the cell was * received. */ - digestmap_t *accepted_intros; + digestmap_t *accepted_intro_rsa_parts; /** (Service side only) The time at which this intro point was first * published, or -1 if this intro point has not yet been |