mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Merge branch 'master' of github.com:mmueller41/genode
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Hello {
|
||||
|
||||
struct Hello::Session_component : Genode::Rpc_object<Session>
|
||||
{
|
||||
unsigned int _id;
|
||||
unsigned short _id;
|
||||
|
||||
Session_component(unsigned short id) : Genode::Rpc_object<Session>(), _id(id) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user