lowlevel switching cb
This commit is contained in:
parent
50107123ea
commit
66f1b45de1
@ -31,6 +31,10 @@ lib LibIPC
|
|||||||
struct Switching
|
struct Switching
|
||||||
origin : LibC::Int
|
origin : LibC::Int
|
||||||
dest : 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
|
||||||
end
|
end
|
||||||
|
|
||||||
struct Switchings
|
struct Switchings
|
||||||
|
Reference in New Issue
Block a user