poll
Karchnu 2020-07-08 19:31:29 +02:00
parent 66f1b45de1
commit bc11af9ac5
1 changed files with 4 additions and 4 deletions

View File

@ -31,10 +31,10 @@ lib LibIPC
struct Switching
origin : LibC::Int
dest : LibC::Int
orig_cb_in : (fd : Int32, Pointer(Message)) -> ConnectionType
orig_cb_out : (fd : Int32, Pointer(Message)) -> ConnectionType
dest_cb_in : (fd : Int32, Pointer(Message)) -> ConnectionType
dest_cb_out : (fd : Int32, Pointer(Message)) -> ConnectionType
orig_cb_in : (Int32, Pointer(Message)) -> ConnectionType
orig_cb_out : (Int32, Pointer(Message)) -> ConnectionType
dest_cb_in : (Int32, Pointer(Message)) -> ConnectionType
dest_cb_out : (Int32, Pointer(Message)) -> ConnectionType
end
struct Switchings