Re: [B.A.T.M.A.N.] [PATCHv2 2/6] batman-adv: add build check macros for packet member offset

2013-04-20 Thread Marek Lindner
On Saturday, April 20, 2013 03:52:25 Simon Wunderlich wrote: Since we removed the __packed from most of the packets, we should make sure that the offset generated by the compile are correct for sent/received data. Small typo: by the compileR Cheers, Marek

[B.A.T.M.A.N.] [PATCHv2 2/6] batman-adv: add build check macros for packet member offset

2013-04-19 Thread Simon Wunderlich
Since we removed the __packed from most of the packets, we should make sure that the offset generated by the compile are correct for sent/received data. Signed-off-by: Simon Wunderlich s...@hrz.tu-chemnitz.de --- main.c |8 1 file changed, 8 insertions(+) diff --git a/main.c