X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=alarm%2Ftypes.go;h=ffe5d391c034e5d46e217cfe1f5db58d78f70a7d;hb=f7813b902d6e99fa2a4bde1311ab84b8ba39b23e;hp=54a681b2ba16eaa14157387cf39e52c6408b4777;hpb=af0c57085f6f34c609d63facc4d224e2d733c538;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 (