summaryrefslogtreecommitdiffstats
path: root/nest/route.h
diff options
context:
space:
mode:
Diffstat (limited to 'nest/route.h')
-rw-r--r--nest/route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/route.h b/nest/route.h
index 2f293c0..e60e510 100644
--- a/nest/route.h
+++ b/nest/route.h
@@ -301,7 +301,7 @@ typedef struct eattr {
#define EAF_TEMP 0x80 /* A temporary attribute (the one stored in the tmp attr list) */
struct adata {
- unsigned int length;
+ unsigned int length; /* Only size of actuall data, not including length field */
byte data[0];
};