3FS/specs/DataStorage/PSrc/StorageModules.p
2025-02-27 21:53:53 +08:00

10 lines
226 B
OpenEdge ABL

// the storage system module
module StorageSystem = {
TestClient,
MgmtClient, MgmtService,
StorageClient, StorageService,
ReadProcess, WriteProcess,
SyncWorker, StorageTarget, ChunkReplica,
SystemMonitor, Timer
};