Source position: exec.pas line 910
type tUnit = record |
||
unit_MsgPort: tMsgPort; |
|
Pointer to message port for unprocessed messages |
unit_flags: Byte; |
|
Flags of Unit (UNITF_*) |
unit_pad: Byte; |
|
Padding byte |
unit_OpenCnt: Word; |
|
Number of open Requests |
end; |