fixing the ipc_connection binding
This commit is contained in:
parent
b6f506757a
commit
25f65334cd
@ -93,7 +93,7 @@ lib LibIPC
|
|||||||
# Connection functions.
|
# Connection functions.
|
||||||
# Context is allocated, ipcd is requested and the connection/initialisation is performed.
|
# Context is allocated, ipcd is requested and the connection/initialisation is performed.
|
||||||
fun ipc_server_init(ctx : Ctx*, sname : LibC::Char*) : IPCError
|
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
|
fun ipc_connection_switched(Ctx*, LibC::Char*, LibC::Int, Pointer(LibC::Int)) : IPCError
|
||||||
|
|
||||||
# ipc_message_copy: pm, @fd, @mtype, @utype, @payload
|
# ipc_message_copy: pm, @fd, @mtype, @utype, @payload
|
||||||
|
Reference in New Issue
Block a user