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:
Sebastian Sumpf
2025-03-05 16:07:23 +01:00
committed by Norman Feske
parent a7bd01bd4a
commit 92086cce68
11 changed files with 48 additions and 17 deletions

View File

@ -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);
/*