mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
nova: provide missing Rpc_entrypoint::is_myself()
The symbol is implemented by the common implementation but was missing from the nova-specific fork of rpc_entrypoint.cc.
This commit is contained in:
parent
811410fdbb
commit
72478a9e31
@ -205,6 +205,12 @@ void Rpc_entrypoint::activate()
|
||||
}
|
||||
|
||||
|
||||
bool Rpc_entrypoint::is_myself() const
|
||||
{
|
||||
return (Thread::myself() == this);
|
||||
}
|
||||
|
||||
|
||||
Rpc_entrypoint::Rpc_entrypoint(Pd_session *pd_session, size_t stack_size,
|
||||
const char *name, bool start_on_construction,
|
||||
Affinity::Location location)
|
||||
|
Loading…
x
Reference in New Issue
Block a user