summaryrefslogtreecommitdiff
path: root/src/routing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/routing.h')
-rw-r--r--src/routing.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/routing.h b/src/routing.h
index 540f3f6..5c98f13 100644
--- a/src/routing.h
+++ b/src/routing.h
@@ -12,7 +12,10 @@ struct addr {
};
struct nodeid {
- uint32_t inner[5];
+ union {
+ uint32_t inner[5];
+ char inner_b[20];
+ };
};
struct entry {