Rmr sendmsg to free buffer after return
[ric-plt/xapp-frame.git] / pkg / xapp / types.go
old mode 100755 (executable)
new mode 100644 (file)
index 110244b..2e1eb09
@@ -27,6 +27,8 @@ import (
 type RMRStatistics struct{}
 
 type RMRClient struct {
+       protPort      string
+       numWorkers    int
        context       unsafe.Pointer
        ready         int
        wg            sync.WaitGroup