fixing ctx structure
This commit is contained in:
parent
91fd87ae5d
commit
4c47461ac9
@ -21,13 +21,6 @@ lib LibIPC
|
|||||||
revents : LibC::Short
|
revents : LibC::Short
|
||||||
end
|
end
|
||||||
|
|
||||||
struct Ctx
|
|
||||||
cinfos : Connection*
|
|
||||||
pollfd : Pollfd*
|
|
||||||
tx : Messages
|
|
||||||
size : LibC::UInt64T
|
|
||||||
end
|
|
||||||
|
|
||||||
struct Switching
|
struct Switching
|
||||||
origin : LibC::Int
|
origin : LibC::Int
|
||||||
dest : LibC::Int
|
dest : LibC::Int
|
||||||
@ -42,6 +35,14 @@ lib LibIPC
|
|||||||
size : LibC::UInt
|
size : LibC::UInt
|
||||||
end
|
end
|
||||||
|
|
||||||
|
struct Ctx
|
||||||
|
cinfos : Connection*
|
||||||
|
pollfd : Pollfd*
|
||||||
|
size : LibC::UInt64T
|
||||||
|
tx : Messages
|
||||||
|
switchdb : Switchings
|
||||||
|
end
|
||||||
|
|
||||||
enum MessageType
|
enum MessageType
|
||||||
ServerClose
|
ServerClose
|
||||||
Error
|
Error
|
||||||
|
Reference in New Issue
Block a user