xapp-frame v0.8.2 integration to submgr
[ric-plt/submgr.git] / pkg / control / transaction.go
index efb630c..f3d5c17 100644 (file)
@@ -131,6 +131,7 @@ func (t *TransactionSubs) Release() {
 //
 //-----------------------------------------------------------------------------
 type TransactionXappKey struct {
+       InstanceID uint32
        xapp.RmrEndpoint
        Xid string // xapp xid in req
 }