X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcontrol%2Ftransaction.go;h=d922d18426a01270f1d302da0f2fb2c9956cb36a;hb=a8a908d1855ad80ac657078b909e90440e352412;hp=1298925e3a6401ac80c565a83c6f6ed637ee332a;hpb=d708a43badb0742684b22866977f14cc1c03a1ba;p=ric-plt%2Fsubmgr.git diff --git a/pkg/control/transaction.go b/pkg/control/transaction.go index 1298925..d922d18 100644 --- a/pkg/control/transaction.go +++ b/pkg/control/transaction.go @@ -126,7 +126,7 @@ func (t *TransactionSubs) Release() { // //----------------------------------------------------------------------------- type TransactionXappKey struct { - RmrEndpoint + xapptweaks.RmrEndpoint Xid string // xapp xid in req } @@ -151,7 +151,7 @@ func (t *TransactionXapp) String() string { return "transxapp(" + t.Transaction.String() + "/" + transkey + "/" + strconv.FormatUint(uint64(t.SubId), 10) + ")" } -func (t *TransactionXapp) GetEndpoint() *RmrEndpoint { +func (t *TransactionXapp) GetEndpoint() *xapptweaks.RmrEndpoint { t.mutex.Lock() defer t.mutex.Unlock() if t.XappKey != nil {