forked from AbleOS/ableos
16 lines
260 B
Plaintext
16 lines
260 B
Plaintext
//! This is a reserved file for use with the AbleOS Clustering System
|
|
|
|
HostID := int
|
|
|
|
FileID := struct {
|
|
host_id: HostID,
|
|
id: int,
|
|
}
|
|
|
|
// A DeviceID points to a specific device in the ACS.
|
|
DeviceID := struct {
|
|
host_id: HostID,
|
|
id: int,
|
|
}
|
|
|
|
DiskID := DeviceID |