CamelotRecoverable.mesa
Copyright Ó 1988 by Xerox Corporation. All rights reserved.
Bob Hagmann May 12, 1989 11:00:33 am PDT
DIRECTORY
Camelot,
FS,
Mach;
CamelotRecoverable : CEDAR DEFINITIONS
~ BEGIN
CamelotRecoverableFile: FS.OpenFile;
CamelotLogFile: FS.OpenFile;
RestartFile: FS.OpenFile;
CamelotRecoverableInit: PROC RETURNS [seqDescList: Camelot.ListOfSegmentDesc, seqPortList: Mach.ListOfPorts];
CamelotRecoveryComplete: PROC [];
END.