lib: add libxpc to implement functionality needed by xpc interfaces
This commit is contained in:
13
lib/libxpc/include/xpc/endpoint.h
Normal file
13
lib/libxpc/include/xpc/endpoint.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef XPC_ENDPOINT_H_
|
||||
#define XPC_ENDPOINT_H_
|
||||
|
||||
#include <mango/types.h>
|
||||
|
||||
typedef struct xpc_endpoint {
|
||||
kern_handle_t e_channel;
|
||||
tid_t e_task;
|
||||
koid_t e_port;
|
||||
msgid_t e_msg;
|
||||
} xpc_endpoint_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user