blah
parent
ac7bb07d95
commit
7b963433b9
|
@ -200,10 +200,6 @@ class IPC::Connections
|
|||
|
||||
::loop do
|
||||
yield wait_event &block
|
||||
|
||||
when LibIPC::EventType::Disconnection
|
||||
yield IPC::Event::Disconnection.new connection.not_nil!
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -112,7 +112,7 @@ lib LibIPC
|
|||
fun ipc_switching_free (switch : Switchings* ) # Void
|
||||
|
||||
# non public functions
|
||||
fun ipc_read(Ctx*, index : LibC::UInt, Message*) : IPCError
|
||||
fun ipc_read(ctx : Ctx*, index : LibC::UInt, message : Message*) : IPCError
|
||||
|
||||
# for testing purposes
|
||||
fun ipc_switching_print (switch : Switchings*) # Void
|
||||
|
|
Reference in New Issue