Source position: amigados.pas line 1451
type TRootNode = record |
rn_TaskArray: BPTR; |
rn_ConsoleSegment: BPTR; |
rn_Time: TDateStamp; |
rn_RestartSeg: APTR; |
rn_Info: BPTR; |
rn_FileHandlerSegment: BPTR; |
rn_CliList: TMinList; |
rn_BootProc: PMsgPort; |
rn_ShellSegment: BPTR; |
rn_Flags: LongInt; |
rn_RootLock: TSignalSemaphore; |
end; |