Source position: exec.pas line 779
type tMsgPort = record
mp_Node: tNode;
mp_Flags: Byte;
mp_SigBit: Byte;
mp_SigTask: Pointer;
mp_MsgList: tList;
end;