summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-06-02 20:00:57 +0000
committerNick Mathewson <nickm@torproject.org>2004-06-02 20:00:57 +0000
commit65e26bae3d8cbee189135ed09918e1560f3cf3e6 (patch)
tree5d082e4642c8ebd57f9c80be473964e46ba98f18 /src/or/or.h
parent43c404ca681259427a367a9da15fed5de19c086c (diff)
downloadtor-65e26bae3d8cbee189135ed09918e1560f3cf3e6.tar.gz
tor-65e26bae3d8cbee189135ed09918e1560f3cf3e6.zip
Check directory signatures based on name of signer, not on whom we got the directory from.
svn:r1940
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 7548bf4e2c..7eee5a789b 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -578,6 +578,8 @@ typedef struct {
* published?
*/
time_t published_on;
+ /** Which router is claimed to have signed it? */
+ char *signing_router;
} routerlist_t;
/** Holds accounting information for a single step in the layered encryption