diff --git a/pkg/dmsg/frame.go b/pkg/dmsg/frame.go index 4f7423a09d..43a1c53b9c 100644 --- a/pkg/dmsg/frame.go +++ b/pkg/dmsg/frame.go @@ -62,12 +62,12 @@ func (ft FrameType) String() string { // Frame types. const ( + OkType = FrameType(0x0) RequestType = FrameType(0x1) AcceptType = FrameType(0x2) CloseType = FrameType(0x3) FwdType = FrameType(0xa) AckType = FrameType(0xb) - OkType = FrameType(0xc) ) // Frame is the dmsg data unit.