diff --git a/src/ipc.h b/src/ipc.h index 52fe0d6..dc811a7 100644 --- a/src/ipc.h +++ b/src/ipc.h @@ -369,9 +369,8 @@ struct ipc_error service_path (char *path, const char *sname); struct ipcd { int cpt; - struct ipc_connection_info *srv; - struct ipc_ctx *clients; - struct ipc_switchings *TCP_TO_IPC; + struct ipc_ctx ctx; + struct ipc_switchings TCP_TO_IPCFD; }; struct ipc_error