[core,gateway] do not pack RPC_FAULT_CODES

This commit is contained in:
Armin Novak 2023-11-29 20:52:35 +01:00 committed by akallabeth
parent 2ce7283087
commit a7200699f4

View File

@ -397,6 +397,8 @@ typedef struct
} rpcconn_cancel_hdr_t;
#pragma pack(pop)
/* fault codes */
typedef struct
@ -457,6 +459,8 @@ typedef struct
#define nca_s_fault_object_not_found 0x1C000024
#define nca_s_fault_no_client_stub 0x1C000025
#pragma pack(push, 1)
typedef struct
{
rpcconn_common_hdr_t header;