X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=AcessNative%2Fsyscalls.h;h=cef8dd013beefdf20074fee17095ae1cd2d2f514;hb=b7a55f71ed629d076996e2373da0b32e9c61925e;hp=b9661bcf580a569cef0df0bdbc440ab3b9579a8e;hpb=b0da731b2d89b9dd58de2c98eaf6218a41a21920;p=tpg%2Facess2.git diff --git a/AcessNative/syscalls.h b/AcessNative/syscalls.h index b9661bcf..cef8dd01 100644 --- a/AcessNative/syscalls.h +++ b/AcessNative/syscalls.h @@ -27,13 +27,13 @@ typedef struct sRequestValue { } tRequestValue; typedef struct sRequestHeader { - uint16_t ClientID; - uint16_t CallID; //!< \see eSyscalls + uint32_t ClientID; uint32_t MessageLength; + uint16_t CallID; //!< \see eSyscalls uint16_t NParams; tRequestValue Params[]; -} tRequestHeader; +} __attribute__((packed)) tRequestHeader; enum eSyscalls {