ableos/sysdata/libraries/stn/src/acs.hb
2024-09-17 09:39:46 -05:00

10 lines
209 B
Plaintext

//! This is a reserved file for use with the AbleOS Clustering System
HostID := int
// A DeviceID points to a specific device in the ACS.
DeviceID := struct {
host_id: HostID,
id: int,
}
DiskID := DeviceID