mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 15:18:20 +00:00
committed by
Christian Helmuth
parent
fb66e733b5
commit
9debad4e91
@ -25,11 +25,11 @@ struct Hello::Connection : Genode::Connection<Session>, Session_client
|
||||
Connection(Genode::Env &env)
|
||||
:
|
||||
/* create session */
|
||||
Genode::Connection<Hello::Session>(env, session(env.parent(),
|
||||
"ram_quota=6K, cap_quota=4")),
|
||||
|
||||
Genode::Connection<Hello::Session>(env, Label(),
|
||||
Ram_quota { 8*1024 }, Args()),
|
||||
/* initialize RPC interface */
|
||||
Session_client(cap()) { }
|
||||
Session_client(cap())
|
||||
{ }
|
||||
};
|
||||
|
||||
#endif /* _INCLUDE__HELLO_SESSION__CONNECTION_H_ */
|
||||
|
Reference in New Issue
Block a user