X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=alarm%2Ftypes.go;h=ffe5d391c034e5d46e217cfe1f5db58d78f70a7d;hb=eac4451ac1e5434b5ae4ee4fd41208a3b2edcf79;hp=54a681b2ba16eaa14157387cf39e52c6408b4777;hpb=b2f29a8c259cd2dd57d89585f211895ed5dfd748;p=ric-plt%2Falarm-go.git diff --git a/alarm/types.go b/alarm/types.go index 54a681b..ffe5d39 100755 --- a/alarm/types.go +++ b/alarm/types.go @@ -69,10 +69,11 @@ type AlarmMessage struct { // RICAlarm is an alarm instance type RICAlarm struct { - moId string - appId string - rmrCtx unsafe.Pointer - mutex sync.Mutex + moId string + appId string + rmrCtx unsafe.Pointer + rmrReady bool + mutex sync.Mutex } const (