From 25f65334cd47914edad1532e5a60ded676a0e6a1 Mon Sep 17 00:00:00 2001 From: Karchnu Date: Tue, 14 Jul 2020 14:21:20 +0200 Subject: [PATCH] fixing the ipc_connection binding --- src/ipc/lowlevel.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipc/lowlevel.cr b/src/ipc/lowlevel.cr index e0b9b99..81a586f 100644 --- a/src/ipc/lowlevel.cr +++ b/src/ipc/lowlevel.cr @@ -93,7 +93,7 @@ lib LibIPC # Connection functions. # Context is allocated, ipcd is requested and the connection/initialisation is performed. fun ipc_server_init(ctx : Ctx*, sname : LibC::Char*) : IPCError - fun ipc_connection(Ctx*, LibC::Char*) : IPCError + fun ipc_connection(Ctx*, LibC::Char*, Int32*) : IPCError fun ipc_connection_switched(Ctx*, LibC::Char*, LibC::Int, Pointer(LibC::Int)) : IPCError # ipc_message_copy: pm, @fd, @mtype, @utype, @payload