X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcontrol%2Ftracker.go;h=1682ae7554fb3bb888e1476027c99ebdabcfd6be;hb=ff8dccd02d76eebfccc0b509ce0b42a2c1760e12;hp=9b984a38799c48b36f338efb18a99a1b1c151879;hpb=f1d0eb6a82e11f14f60e3636d526299ced0173ea;p=ric-plt%2Fsubmgr.git diff --git a/pkg/control/tracker.go b/pkg/control/tracker.go index 9b984a3..1682ae7 100644 --- a/pkg/control/tracker.go +++ b/pkg/control/tracker.go @@ -29,7 +29,7 @@ Implements a record of ongoing transactions and helper functions to CRUD the rec */ type Tracker struct { transactionTable map[TransactionKey]Transaction - mutex sync.Mutex + mutex sync.Mutex } func (t *Tracker) Init() {