summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
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 a21384b9c5..e4766ba145 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. */