UInt64T
This commit is contained in:
parent
7b963433b9
commit
7afd12e242
@ -16,7 +16,7 @@ lib LibIPC
|
|||||||
cinfos : Connection*
|
cinfos : Connection*
|
||||||
pollfd : Pollfd*
|
pollfd : Pollfd*
|
||||||
tx : Messages
|
tx : Messages
|
||||||
size : LibC::UInt64
|
size : LibC::UInt64T
|
||||||
end
|
end
|
||||||
|
|
||||||
struct Switching
|
struct Switching
|
||||||
@ -39,7 +39,7 @@ lib LibIPC
|
|||||||
# Messages are stored in lists within the libipc before being sent.
|
# Messages are stored in lists within the libipc before being sent.
|
||||||
struct Messages
|
struct Messages
|
||||||
messages : Message*
|
messages : Message*
|
||||||
size : LibC::UInt64
|
size : LibC::UInt64T
|
||||||
end
|
end
|
||||||
|
|
||||||
struct Message
|
struct Message
|
||||||
@ -82,7 +82,7 @@ lib LibIPC
|
|||||||
fun ipc_connection(Ctx*, LibC::Char*) : IPCError
|
fun ipc_connection(Ctx*, LibC::Char*) : IPCError
|
||||||
|
|
||||||
# Closing connections.
|
# Closing connections.
|
||||||
fun ipc_close(ctx : Ctx*, index : LibC::UInt64) : IPCError
|
fun ipc_close(ctx : Ctx*, index : LibC::UInt64T) : IPCError
|
||||||
fun ipc_close_all(ctx : Ctx*) # Void
|
fun ipc_close_all(ctx : Ctx*) # Void
|
||||||
|
|
||||||
fun ipc_ctx_free(Ctx*) # Void
|
fun ipc_ctx_free(Ctx*) # Void
|
||||||
|
Reference in New Issue
Block a user