diff options
Diffstat (limited to 'lib/route.h')
-rw-r--r-- | lib/route.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/route.h b/lib/route.h index 431da4d8..ba7bab61 100644 --- a/lib/route.h +++ b/lib/route.h @@ -144,6 +144,8 @@ typedef struct eattr { byte fresh:1; /* An uncached attribute (e.g. modified in export filter) */ byte undef:1; /* Explicitly undefined */ + PADDING(unused, 0, 4); + union bval u; } eattr; |