mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-15 13:48:17 +00:00
genode_c_api/socket: add label to socket init
Add label argument to genode_socket_init that can be/is used to label possible connecions. issue #5471
This commit is contained in:
committed by
Norman Feske
parent
a7bd01bd4a
commit
92086cce68
@ -156,7 +156,8 @@ struct genode_socket_io_progress
|
||||
|
||||
|
||||
void genode_socket_init(struct genode_env *env,
|
||||
struct genode_socket_io_progress *);
|
||||
struct genode_socket_io_progress *,
|
||||
char const *label);
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user