RNIB version upgrade
[ric-plt/xapp-frame.git] / pkg / xapp / types.go
old mode 100644 (file)
new mode 100755 (executable)
index 110244b..251dae5
@@ -27,9 +27,12 @@ import (
 type RMRStatistics struct{}
 
 type RMRClient struct {
+       protPort      string
+       numWorkers    int
        context       unsafe.Pointer
        ready         int
        wg            sync.WaitGroup
+       msgWg         sync.WaitGroup
        mux           sync.Mutex
        stat          map[string]Counter
        consumers     []MessageConsumer