mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 23:01:47 +01:00
fixed field numbers
This commit is contained in:
parent
78b04ef542
commit
b3a1bda387
@ -118,10 +118,10 @@ struct Machine {
|
|||||||
# Try to reserve a machine. returns a NULL-ptr if the user does not have the required
|
# Try to reserve a machine. returns a NULL-ptr if the user does not have the required
|
||||||
# permissions to reserve this machine
|
# permissions to reserve this machine
|
||||||
|
|
||||||
setProperties @1 (properties :PropertyMap) -> ()
|
setProperties @2 (properties :PropertyMap) -> ()
|
||||||
# Write all Machine Properties
|
# Write all Machine Properties
|
||||||
|
|
||||||
setProperty @1 (property :Property) -> ()
|
setProperty @3 (property :Property) -> ()
|
||||||
# Write ONE Machine Property identified by it's key
|
# Write ONE Machine Property identified by it's key
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user