diff --git a/prototils.go b/prototils.go index 7395621..d67e3e6 100644 --- a/prototils.go +++ b/prototils.go @@ -19,6 +19,7 @@ type MsgHdr struct { Conn net.Conn Data []byte Msg interface{} + Context interface{} Entry q5.ListHead }