From 6e6829ad209550fbac0e363f9421c1fba78915b5 Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Tue, 5 Oct 2021 22:48:37 +0200 Subject: Add getclient timeout --- 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 3972afa..a7cd8c6 100644 --- a/src/routing.h +++ b/src/routing.h @@ -31,6 +31,7 @@ bool routing_interested(struct nodeid* id); bool routing_offer(struct nodeid* id, struct entry **dest); void routing_oldest(struct entry** dest); size_t routing_closest(struct nodeid* needle, size_t n, struct entry** res); +void routing_status(int* filled, int* size, double* load_factor, size_t load_factor_len); struct entry* routing_get(struct nodeid* id); void routing_remove(struct nodeid* self); -- cgit v1.2.3