diff --git a/dtmsvr/trans_status.go b/dtmsvr/trans_status.go index 70cd54a..41ca28a 100644 --- a/dtmsvr/trans_status.go +++ b/dtmsvr/trans_status.go @@ -62,6 +62,7 @@ func (t *TransGlobal) changeStatus(status string) { type ExtDataType string const ( + // ExtDataTypeForceStop Type of user forced stop global gid ExtDataTypeForceStop ExtDataType = "forceStop" )