diff --git a/aqhome/msg/msg_recvstats.c b/aqhome/msg/msg_recvstats.c index b710fd8..297d63a 100644 --- a/aqhome/msg/msg_recvstats.c +++ b/aqhome/msg/msg_recvstats.c @@ -19,13 +19,13 @@ -#define AQH_MSG_OFFS_RECVSTATS_UID 0 -#define AQH_MSG_OFFS_RECVSTATS_PACKETSIN 4 -#define AQH_MSG_OFFS_RECVSTATS_CRCERRORS 6 -#define AQH_MSG_OFFS_RECVSTATS_IOERRORS 8 -#define AQH_MSG_OFFS_RECVSTATS_NOBUFFER 10 -#define AQH_MSG_OFFS_RECVSTATS_HANDLED 12 -#define AQH_MSG_OFFS_RECVSTATS_MISSED 14 +#define AQH_MSG_OFFS_RECVSTATS_UID 0 /* 4 bytes */ +#define AQH_MSG_OFFS_RECVSTATS_PACKETSIN 4 /* 2 bytes */ +#define AQH_MSG_OFFS_RECVSTATS_CRCERRORS 6 /* 2 bytes */ +#define AQH_MSG_OFFS_RECVSTATS_IOERRORS 8 /* 2 bytes */ +#define AQH_MSG_OFFS_RECVSTATS_NOBUFFER 10 /* 2 bytes */ +#define AQH_MSG_OFFS_RECVSTATS_HANDLED 12 /* 2 bytes */ +#define AQH_MSG_OFFS_RECVSTATS_MISSED 14 /* 2 bytes */ #define AQH_MSG_RECVSTATS_MINSIZE (AQH_MSG_OFFS_ALL_DATA_BEGIN+AQH_MSG_OFFS_RECVSTATS_IOERRORS+2)