mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-12 20:28:20 +00:00
committed by
Christian Helmuth
parent
17df52bfbd
commit
61ae2e5b80
@ -68,6 +68,10 @@ namespace Libc {
|
||||
|
||||
class File_descriptor_allocator : Allocator_avl_tpl<File_descriptor>
|
||||
{
|
||||
private:
|
||||
|
||||
Genode::Lock _lock;
|
||||
|
||||
public:
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user