Data Fields | |
| ipc_call_t | call |
| Call data of the opening call. | |
| ipc_callid_t | callid |
| Identification of the opening call. | |
| void(* | cfibril )(ipc_callid_t, ipc_call_t *) |
| Fibril function that will be used to handle the connection. | |
| client_t * | client |
| Link to the client tracking structure. | |
| ipc_callid_t | close_callid |
| Identification of the closing call. | |
| sysarg_t | in_phone_hash |
| Incoming phone hash. | |
| sysarg_t | in_task_hash |
| Incoming client task hash. | |
| link_t | link |
| Hash table link. | |
| link_t | msg_queue |
| Messages that should be delivered to this fibril. | |
| proto_t * | proto |
| int | server |
| awaiter_t | wdata |
Definition at line 57 of file ipcp.c.
1.4.7