98a99,105
> inline MachineID
> createMachineID(MachineType type, NodeID id)
> {
> MachineID mach = {type, id};
> return mach;
> }
>