From e19d96637d44bef2751e7c6c594a2951fcdc1b0a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 29 Mar 2008 04:27:34 +0000 Subject: 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 --- src/or/or.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/or.h') 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. */ -- cgit v1.2.3-54-g00ecf