diff options
| author | Jesper Jensen <jesper@slashwin.dk> | 2021-10-02 00:25:37 +0200 |
|---|---|---|
| committer | Jesper Jensen <jesper@slashwin.dk> | 2021-10-02 00:26:52 +0200 |
| commit | e3eb0d2eda0bb8c4decf9bc56b025157e70387c2 (patch) | |
| tree | 5e2594399953f01e2725546193d9ed84c4527655 /src/routing.h | |
| parent | c46781095ec64fbc4f8cf6097ca70b594a68c583 (diff) | |
Add timeout handling
Diffstat (limited to 'src/routing.h')
| -rw-r--r-- | src/routing.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
