mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 22:58:26 +00:00
committed by
Christian Helmuth
parent
56ed7addbc
commit
e8336acafc
@ -19,15 +19,15 @@
|
||||
#include <signal_session/source.h>
|
||||
#include <base/rpc_client.h>
|
||||
|
||||
namespace Genode {
|
||||
namespace Genode { struct Signal_source_client; }
|
||||
|
||||
struct Signal_source_client : Rpc_client<Signal_source>
|
||||
{
|
||||
Signal_source_client(Signal_source_capability signal_source)
|
||||
: Rpc_client<Signal_source>(signal_source) { }
|
||||
|
||||
Signal wait_for_signal() { return call<Rpc_wait_for_signal>(); }
|
||||
};
|
||||
}
|
||||
struct Genode::Signal_source_client : Rpc_client<Signal_source>
|
||||
{
|
||||
Signal_source_client(Signal_source_capability signal_source)
|
||||
: Rpc_client<Signal_source>(signal_source) { }
|
||||
|
||||
Signal wait_for_signal() override { return call<Rpc_wait_for_signal>(); }
|
||||
};
|
||||
|
||||
#endif /* _INCLUDE__SIGNAL_SESSION__SOURCE_CLIENT_H_ */
|
||||
|
Reference in New Issue
Block a user