X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcontrol%2Ftransaction.go;h=f3d5c17699f0ff3056a6c093e818e4236c205b36;hb=d13ba63c1c237882202fc975d70ed5ad21a48fcf;hp=efb630cb6de894de6dbba8a8d3a68e4f4abb6fac;hpb=afbf95f5756a7b781859beb1e68b41f7319ed208;p=ric-plt%2Fsubmgr.git diff --git a/pkg/control/transaction.go b/pkg/control/transaction.go index efb630c..f3d5c17 100644 --- a/pkg/control/transaction.go +++ b/pkg/control/transaction.go @@ -131,6 +131,7 @@ func (t *TransactionSubs) Release() { // //----------------------------------------------------------------------------- type TransactionXappKey struct { + InstanceID uint32 xapp.RmrEndpoint Xid string // xapp xid in req }