Source position: exec.pas line 961
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; |