mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
hello_tutorial: Corrected type for _id.
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Hello {
|
|||||||
|
|
||||||
struct Hello::Session_component : Genode::Rpc_object<Session>
|
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) {}
|
Session_component(unsigned short id) : Genode::Rpc_object<Session>(), _id(id) {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user