mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 18:06:50 +00:00
terminal_session: Add label argument to connection
This commit is contained in:
parent
b1a6db090f
commit
d83e076f11
@ -41,9 +41,10 @@ namespace Terminal {
|
|||||||
sig_rec.dissolve(&sig_ctx);
|
sig_rec.dissolve(&sig_ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
Connection()
|
Connection(char const *label = "")
|
||||||
:
|
:
|
||||||
Genode::Connection<Session>(session("ram_quota=%zd", 2*4096)),
|
Genode::Connection<Session>(session("ram_quota=%zd, label=\"%s\"",
|
||||||
|
2*4096, label)),
|
||||||
Session_client(cap())
|
Session_client(cap())
|
||||||
{
|
{
|
||||||
wait_for_connection(cap());
|
wait_for_connection(cap());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user