mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 23:53:55 +00:00
base: make CAP session upgradeable
* Introduce 'Out_of_metadata' exception for capability allocation Ref #1443
This commit is contained in:
committed by
Christian Helmuth
parent
73c3a81e0b
commit
64bfe233d7
@ -36,6 +36,8 @@ namespace Genode {
|
||||
|
||||
Cap_session_component(Allocator *md_alloc, const char *args) {}
|
||||
|
||||
void upgrade_ram_quota(size_t ram_quota) { }
|
||||
|
||||
Native_capability alloc(Native_capability ep)
|
||||
{
|
||||
Lock::Guard lock_guard(_lock());
|
||||
|
Reference in New Issue
Block a user