1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/gnrc/network_layer/sixlowpan
Martine Lenders 2c9ee62eb0 gnrc_sixlowpan: fix order of gnrc_sixlowpan_msg_frag_t
While working on #9352 I noticed that the order of members in the
`gnrc_sixlowpan_msg_frag_t` struct costs us 4 bytes in RAM due to byte
alignment. This PR fixes the order of members, so they are the most
packed.
2018-06-14 17:35:29 +02:00
..
ctx sys: net: adapt to compile-checked debug messages 2018-01-15 14:37:04 +01:00
frag gnrc_sixlowpan: Introduce 6Lo GNRC dispatch sub-layer 2018-03-01 14:15:07 +01:00
iphc make: fix various compile errors with Wextra 2017-11-28 18:31:43 +01:00
nd gnrc_ndp2: rename to gnrc_ndp 2017-11-17 10:41:54 +01:00
gnrc_sixlowpan.c gnrc_sixlowpan: fix order of gnrc_sixlowpan_msg_frag_t 2018-06-14 17:35:29 +02:00
Makefile gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00