Merge branch 'feature/add-reserve-interface' into 'master'

added reserve method

Closes #6

See merge request fabinfra/fabaccess/fabaccess-api!3
This commit is contained in:
Gregor Reitzenstein 2020-11-30 10:06:24 +00:00
commit 0225e8fdee

View File

@ -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
}