1
0
Fork 0
forked from AbleOS/ableos
ableos_time/sysdata/libraries/stn/src/acs.hb

8 lines
189 B
Plaintext
Raw Normal View History

2024-09-17 08:01:16 -05:00
//! 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,
}