mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01: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