Repository : ssh://git@open-mesh.org/batman-adv
On branch : next
commit 48ff5dcceeb4ee96825f4552f73eef0e1bc1c1e0 Author: Marek Lindner lindner_marek@yahoo.de Date: Wed Nov 7 23:01:35 2012 +0800
batman-adv: fix david compatibility regression
This was introduced by ("batman-adv: Mark correctly aligned headers not as __packed")
Signed-off-by: Marek Lindner lindner_marek@yahoo.de
48ff5dcceeb4ee96825f4552f73eef0e1bc1c1e0 packet.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/packet.h b/packet.h index 28699f1..55e6935 100644 --- a/packet.h +++ b/packet.h @@ -128,7 +128,8 @@ struct batadv_header { uint8_t version; /* batman version field */ uint8_t ttl; /* the parent struct has to add a byte after the header to make - * everything 4 bytes aligned again */ + * everything 4 bytes aligned again + */ };
struct batadv_ogm_packet {