X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fxapp%2Ftypes.go;h=f3c47eb721d05f15e64ef9741b7f49bc212eac48;hb=05c6506a21e18e6a796062634b5d3c4a28e76c2d;hp=251dae589ab7613eb757371e751cdadc5b43eaee;hpb=9cfde09a7042e9aaf0f5aa3b97cd2017915e7dbc;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