diff options
Diffstat (limited to 'src/or/rendcache.h')
-rw-r--r-- | src/or/rendcache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/rendcache.h b/src/or/rendcache.h index b214a48ccc..98c0f95264 100644 --- a/src/or/rendcache.h +++ b/src/or/rendcache.h @@ -34,6 +34,9 @@ typedef struct rend_cache_entry_t { /* Introduction point failure type. */ typedef struct rend_cache_failure_intro_t { + /* When this intro point failure occured thus we allocated this object and + * cache it. */ + time_t created_ts; rend_intro_point_failure_t failure_type; } rend_cache_failure_intro_t; |