-- File: CedarSnapshotImpl.config -- last edited by Levin: November 8, 1982 6:14 pm CedarSnapshotImpl: CONFIGURATION LINKS: CODE IMPORTS -- Pilot -- BootFile, BootSwap, DeviceCleanup, DiskChannel, File, Heap, Hierarchy, Inline, KernelFile, LogicalVolume, MapLog, PilotSwitches, PrincOpsRuntime, Process, ProcessInternal, ProcessOperations, ResidentHeap, Runtime, RuntimeInternal, Snapshot, Space, SpaceImplInternal, SpecialFile, SpecialSpace, SpecialVolume, System, Transaction, TransactionExtras, UserTerminal, Volume, VolumeExtras, VolumeImplInterface, -- Pilot Implementation -- BootSwapCross, SubVolumeImpl, -- BasicHeads -- ProcessorFace, TemporarySetGMT, -- RuntimeLoader -- BcdOps, PilotLoaderOps, PilotLoadStateOps, -- CedarRoot -- CedarInitOps, SpecialTerminal, TerminalMultiplex, UserCredentialsUnsafe, -- Compatibility Package -- DirectoryFilesImpl EXPORTS CedarSnapshot CONTROL CedarSnapshotRollback -- to get snapshotLock initialized -- = BEGIN CedarSnapshotCheckpoint; CedarSnapshotCork; CedarSnapshotFeedback; CedarSnapshotFile; CedarSnapshotRollback; CedarSnapshotRegistry; END.