summaryrefslogtreecommitdiff
path: root/src/routing.h
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2025-04-12 12:25:02 +0200
committerJesper Jensen <jesper@jnsn.dev>2025-04-12 15:22:20 +0200
commitf15040b30fd7aea7141aa12b369036a82a69ff72 (patch)
tree7c8f05889cc5092013e5fe10f770750a98c7b680 /src/routing.h
parent6fdabfdf0865f0516eaac469f0febd25daae01ae (diff)
Add a docker container
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 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);