summaryrefslogtreecommitdiffstats
path: root/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc.h')
-rw-r--r--ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc.h b/ipc.h
index c4c0529..bbe7462 100644
--- a/ipc.h
+++ b/ipc.h
@@ -33,7 +33,7 @@
#define ipc_fmt_send_exec(command, mseq) \
ipc_fmt_send(command, IPC_TYPE_EXEC, NULL, 0, mseq)
-struct ipc_client_object {
+struct ipc_client_data {
struct ipc_client *ipc_client;
int ipc_client_fd;
};