18#ifndef __LIBIPC_CHANNELMESSAGE_H
19#define __LIBIPC_CHANNELMESSAGE_H
Basic message format for sending on a Channel.
ProcessID from
Source process of the message.
Size identifier
Optional request identifier.
Type type
Message type is either a request or response.
u32 ProcessID
Process Identification Number.
unsigned int Size
Any sane size indicator cannot go negative.