better ipcd
parent
e8cd339622
commit
9a83993795
|
@ -369,9 +369,8 @@ struct ipc_error service_path (char *path, const char *sname);
|
||||||
|
|
||||||
struct ipcd {
|
struct ipcd {
|
||||||
int cpt;
|
int cpt;
|
||||||
struct ipc_connection_info *srv;
|
struct ipc_ctx ctx;
|
||||||
struct ipc_ctx *clients;
|
struct ipc_switchings TCP_TO_IPCFD;
|
||||||
struct ipc_switchings *TCP_TO_IPC;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct ipc_error
|
struct ipc_error
|
||||||
|
|
Reference in New Issue