mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-21 00:23:16 +00:00
Annotate session interfaces with CAP_QUOTA
The new 'CAP_QUOTA' enum value denotes the capability quota to be transferred from the client to the server at session-creation time. Issue #2398
This commit is contained in:
committed by
Christian Helmuth
parent
bc82cce72b
commit
c1b981ede4
@ -28,6 +28,8 @@ namespace Test {
|
||||
{
|
||||
static const char *service_name() { return "MP_RPC_TEST"; }
|
||||
|
||||
enum { CAP_QUOTA = 2 };
|
||||
|
||||
GENODE_RPC(Rpc_test_untyped, void, test_untyped, unsigned);
|
||||
GENODE_RPC(Rpc_test_cap, void, test_cap, Genode::Native_capability);
|
||||
GENODE_RPC(Rpc_test_cap_reply, Genode::Native_capability,
|
||||
|
Reference in New Issue
Block a user