This commit is contained in:
aozhiwei 2023-09-09 18:22:10 +08:00
parent 35c7b10247
commit 4c371afe63

View File

@ -19,6 +19,7 @@ type MsgHdr struct {
Conn net.Conn
Data []byte
Msg interface{}
Context interface{}
Entry q5.ListHead
}