Capability to add rmr message name-id mapping via configuration
[ric-plt/xapp-frame.git] / pkg / xapp / types.go
old mode 100644 (file)
new mode 100755 (executable)
index 110244b..f3c47eb
@@ -27,6 +27,8 @@ import (
 type RMRStatistics struct{}
 
 type RMRClient struct {
+       protPort      string
+       contextMux    sync.Mutex
        context       unsafe.Pointer
        ready         int
        wg            sync.WaitGroup