mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 03:06:39 +00:00
cli_monitor: Init Ram::_resource_avail_sigh
Thanks to Stefan Kalkowski for the report.
This commit is contained in:
parent
5fa98361c2
commit
7296735816
@ -45,7 +45,9 @@ class Ram
|
||||
Genode::Signal_context_capability yield_sigh,
|
||||
Genode::Signal_context_capability resource_avail_sigh)
|
||||
:
|
||||
_yield_sigh(yield_sigh), _preserve(preserve)
|
||||
_yield_sigh(yield_sigh),
|
||||
_resource_avail_sigh(resource_avail_sigh),
|
||||
_preserve(preserve)
|
||||
{ }
|
||||
|
||||
size_t preserve() const
|
||||
|
Loading…
Reference in New Issue
Block a user