-- FileMgr.config  (last edited by Levin on 28-Apr-82  9:31:45)

PACK
  FileImpl, VolFileMapImpl, VolumeImpl;
  -- MarkerPageImpl, PhysicalVolumeImpl, ScavengeImpl, and VolAllocMapImpl
  -- will only be called infrequently, hence are not packed.

FileMgr: CONFIGURATION LINKS: CODE
  IMPORTS
    DiskChannel, FileCache, FilePageTransfer, FilerException, LabelTransfer,
    PilotSwitches, Process, SimpleSpace, SubVolume, System,
    SystemInternal, Transaction, TransactionState, Utilities
  EXPORTS
    ALL =

BEGIN

FileImpl;
MarkerPageImpl;
PhysicalVolumeImpl;
ScavengeImpl;
VolAllocMapImpl;
VolFileMapImpl;
VolumeImpl;
END.

LOG

(For previous log entries see Pilot 3.0 archive version.)
January 28, 1980  4:48 PM   Forrest   Don't export Temporary Booting
March 10, 1980  10:25 AM   Forrest   Don't import Space 
April 18, 1980  4:04 PM   Luniewski   Export Transaction 
May 29, 1980  1:35 PM   Luniewski   Export PhysicalVolume; PhysicalVolumeImpl => VolumeImplB 
June 17, 1980  4:39 PM   Luniewski   Import Space; export Scavenger 
July 6, 1980  6:09 PM   Gobbel   Import TransactionInternal 
July 22, 1980  11:41 AM   Fay    Import Transaction 
August 1, 1980  3:54 PM   Gobbel    TransactionInternal => SpecialTransaction 
August 28, 1980  1:04 PM   Knutsen    SpecialTransaction => TransactionState 
September 9, 1980  5:52 PM   Luniewski    Don't import Space 
September 15, 1980  10:40 AM   Forrest   Code links
October 9, 1980  1:47 PM   Luniewski   Export VolumeExtras
February 4, 1981  6:36 PM   McJones   Export KernelPhysicalVolume
February 11, 1981  6:20 PM   Knutsen   Don't import MStore.
28-Apr-82  9:31:45   Levin   EXPORTS ALL