X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fxapp%2Ftypes.go;h=f3c47eb721d05f15e64ef9741b7f49bc212eac48;hb=d28b8dd34b07b5af77802ba408d859b00215cd35;hp=251dae589ab7613eb757371e751cdadc5b43eaee;hpb=fbf8bcf39bf48d940f176400c70e1f20ea39a8a5;p=ric-plt%2Fxapp-frame.git diff --git a/pkg/xapp/types.go b/pkg/xapp/types.go index 251dae5..f3c47eb 100755 --- a/pkg/xapp/types.go +++ b/pkg/xapp/types.go @@ -28,11 +28,10 @@ type RMRStatistics struct{} type RMRClient struct { protPort string - numWorkers int + contextMux sync.Mutex context unsafe.Pointer ready int wg sync.WaitGroup - msgWg sync.WaitGroup mux sync.Mutex stat map[string]Counter consumers []MessageConsumer