X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/ec1507a6c2f477e81050e5540fceed50c7bf7432..9e78f1af54f2c8b7abfbe6ffe2dfbd26e98672c2:/l2tpns.h diff --git a/l2tpns.h b/l2tpns.h index 56f8fa1..092c683 100644 --- a/l2tpns.h +++ b/l2tpns.h @@ -247,10 +247,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;