ableos/sysdata/programs/horizon/protocol/lib.idl
2024-09-13 16:40:05 -05:00

7 lines
81 B
Plaintext

alias HostID = u64;
struct WindowID {
host_id: HostID,
window_id: u64
}