From e3eb0d2eda0bb8c4decf9bc56b025157e70387c2 Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sat, 2 Oct 2021 00:25:37 +0200 Subject: Add timeout handling --- src/routing.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/routing.h') diff --git a/src/routing.h b/src/routing.h index e42eb71..3972afa 100644 --- a/src/routing.h +++ b/src/routing.h @@ -33,3 +33,4 @@ void routing_oldest(struct entry** dest); size_t routing_closest(struct nodeid* needle, size_t n, struct entry** res); struct entry* routing_get(struct nodeid* id); +void routing_remove(struct nodeid* self); -- cgit v1.2.3