summaryrefslogtreecommitdiff
path: root/src/routing.h
diff options
context:
space:
mode:
authorJesper Jensen <jesper@slashwin.dk>2021-09-25 21:04:29 +0200
committerJesper Jensen <jesper@slashwin.dk>2021-09-25 21:04:29 +0200
commitc46781095ec64fbc4f8cf6097ca70b594a68c583 (patch)
tree902aa3ef642d603f54d6d62bc1f42b6b948619da /src/routing.h
parentb5127f1c7624f40437159f164ac8eabc50b65f74 (diff)
Add timeout
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;
};