X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/eecccf0b30d5ec19960633d1b62cf5f9936d1f16..df35f4d66fd01268fe4456994368b76a541acec4:/l2tpns.h diff --git a/l2tpns.h b/l2tpns.h index 0283842..fd7e0ba 100644 --- a/l2tpns.h +++ b/l2tpns.h @@ -252,10 +252,7 @@ typedef struct controls // control message { struct controls *next; // next in queue uint16_t length; // length - union { - uint8_t buf[MAXCONTROL]; - uint16_t buf16[MAXCONTROL/2]; - } __attribute__ ((__transparent_union__)); + uint8_t buf[MAXCONTROL]; } controlt;