[core,gateway] do not pack RPC_FAULT_CODES
This commit is contained in:
parent
2ce7283087
commit
a7200699f4
@ -397,6 +397,8 @@ typedef struct
|
|||||||
|
|
||||||
} rpcconn_cancel_hdr_t;
|
} rpcconn_cancel_hdr_t;
|
||||||
|
|
||||||
|
#pragma pack(pop)
|
||||||
|
|
||||||
/* fault codes */
|
/* fault codes */
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
@ -457,6 +459,8 @@ typedef struct
|
|||||||
#define nca_s_fault_object_not_found 0x1C000024
|
#define nca_s_fault_object_not_found 0x1C000024
|
||||||
#define nca_s_fault_no_client_stub 0x1C000025
|
#define nca_s_fault_no_client_stub 0x1C000025
|
||||||
|
|
||||||
|
#pragma pack(push, 1)
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
rpcconn_common_hdr_t header;
|
rpcconn_common_hdr_t header;
|
||||||
|
Loading…
Reference in New Issue
Block a user