summaryrefslogtreecommitdiff
path: root/src/routing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/routing.h')
-rw-r--r--src/routing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routing.h b/src/routing.h
index 7f1d19e..e42eb71 100644
--- a/src/routing.h
+++ b/src/routing.h
@@ -21,7 +21,7 @@ struct nodeid {
struct entry {
bool set;
struct nodeid id;
- time_t last;
+ time_t expire;
struct addr addr;
};