#ifndef XPC_ENDPOINT_H_ #define XPC_ENDPOINT_H_ #include 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