aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-03-29 04:27:34 +0000
committerNick Mathewson <nickm@torproject.org>2008-03-29 04:27:34 +0000
commite19d96637d44bef2751e7c6c594a2951fcdc1b0a (patch)
treed9b7d645a40f508bf611798ed5a672c28a7996e4 /src/or/or.h
parente89bf1c573e250bb13847ded09d921d5ad60a461 (diff)
downloadtor-e19d96637d44bef2751e7c6c594a2951fcdc1b0a.tar
tor-e19d96637d44bef2751e7c6c594a2951fcdc1b0a.tar.gz
r19118@catbus: nickm | 2008-03-29 00:27:08 -0400
Code (disabled) to get way too much info about the contents of old_routers on USR1. svn:r14230
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 a21384b9c..e4766ba14 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1221,6 +1221,8 @@ typedef struct signed_descriptor_t {
/** The valid-until time of the most recent consensus that listed this
* descriptor. 0 for "never listed in a consensus, so far as we know." */
time_t last_listed_as_valid_until;
+ /** DOCDOC */
+ time_t last_served_at; /*XXXX021 remove if not useful. */
/* If true, we do not ever try to save this object in the cache. */
unsigned int do_not_cache : 1;
/* If true, this item is meant to represent an extrainfo. */