mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 06:41:51 +01:00
added reserve method
This commit is contained in:
parent
1753ef037e
commit
7b823234d1
@ -102,6 +102,10 @@ struct Machine {
|
||||
ret @0 () -> ();
|
||||
# Calling this function will return the machine and set its state as appropiate
|
||||
}
|
||||
|
||||
reserve @1 () -> ( ret :GiveBack );
|
||||
# Try to reserve a machine. returns a NULL-ptr if the user does not have the required
|
||||
# permissions to reserve this machine
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user