Get rid of the alignment padding introduced by apc_param_t information.
Signed-off-by: Jinoh Kang jinoh.kang.kr@gmail.com --- server/protocol.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/protocol.def b/server/protocol.def index 9d90544fa41..5b8a49f8aca 100644 --- a/server/protocol.def +++ b/server/protocol.def @@ -2166,8 +2166,8 @@ enum message_type /* Notify direct completion of async and close the wait handle if not blocking */ @REQ(set_async_direct_result) obj_handle_t handle; /* wait handle */ - apc_param_t information; /* IO_STATUS_BLOCK Information */ unsigned int status; /* completion status */ + apc_param_t information; /* IO_STATUS_BLOCK Information */ @REPLY obj_handle_t handle; /* wait handle, or NULL if closed */ @END