cli_monitor: Init Ram::_resource_avail_sigh

Thanks to Stefan Kalkowski for the report.
This commit is contained in:
Norman Feske 2013-10-17 11:42:04 +02:00 committed by Christian Helmuth
parent 5fa98361c2
commit 7296735816

View File

@ -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