mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-13 04:38:20 +00:00
committed by
Christian Helmuth
parent
da5d182ad3
commit
4cdfb9bc2f
@ -41,17 +41,6 @@ namespace Genode {
|
||||
|
||||
typedef Native_capability_tpl<Cap_dst_policy> Native_capability;
|
||||
|
||||
/**
|
||||
* The connection state is the socket handle of the RPC entrypoint
|
||||
*/
|
||||
struct Native_connection_state
|
||||
{
|
||||
int server_sd;
|
||||
int client_sd;
|
||||
|
||||
Native_connection_state() : server_sd(-1), client_sd(-1) { }
|
||||
};
|
||||
|
||||
enum { PARENT_SOCKET_HANDLE = 100 };
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user