From f15040b30fd7aea7141aa12b369036a82a69ff72 Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sat, 12 Apr 2025 12:25:02 +0200 Subject: Add a docker container --- src/routing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routing.h') diff --git a/src/routing.h b/src/routing.h index a435a94..63e7fa2 100644 --- a/src/routing.h +++ b/src/routing.h @@ -33,7 +33,7 @@ struct entry { }; extern struct nodeid myID; -extern struct entry table[]; +extern struct entry *table; extern int table_size; void routing_init(struct nodeid* myid); -- cgit v1.2.3