fixing ipc_ctx_fd_type
This commit is contained in:
parent
4c47461ac9
commit
b4bdc44897
@ -124,7 +124,7 @@ lib LibIPC
|
|||||||
fun ipc_provide_fd (sock : LibC::Int, fd : LibC::Int ) : IPCError
|
fun ipc_provide_fd (sock : LibC::Int, fd : LibC::Int ) : IPCError
|
||||||
|
|
||||||
# To change the type of a fd.
|
# To change the type of a fd.
|
||||||
fun ipc_ctx_fd_type(Ctx*, LibC::Int, LibIPC::ConnectionType) : IPCError
|
fun ipc_ctx_fd_type(Ctx*, LibC::Int, LibIPC::ConnectionType) : LibC::Int
|
||||||
|
|
||||||
enum IPCCB
|
enum IPCCB
|
||||||
NoError #
|
NoError #
|
||||||
|
Reference in New Issue
Block a user