Commit 5dd30164 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Align buffered updates.

parent 35f01778
......@@ -58,7 +58,8 @@ struct buffered_update {
unsigned char plen;
unsigned char pad[3];
};
struct buffered_update buffered_updates[MAX_BUFFERED_UPDATES];
struct buffered_update buffered_updates[MAX_BUFFERED_UPDATES]
ATTRIBUTE ((aligned (4)));
struct network *update_net = NULL;
int updates = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment