fixed field numbers

This commit is contained in:
Kai Jan Kriegel 2020-12-07 02:58:43 +01:00
parent 78b04ef542
commit b3a1bda387

View File

@ -118,10 +118,10 @@ struct Machine {
# Try to reserve a machine. returns a NULL-ptr if the user does not have the required
# permissions to reserve this machine
setProperties @1 (properties :PropertyMap) -> ()
setProperties @2 (properties :PropertyMap) -> ()
# Write all Machine Properties
setProperty @1 (property :Property) -> ()
setProperty @3 (property :Property) -> ()
# Write ONE Machine Property identified by it's key
}