[VOL-4429] openonuAdapterGo - omci config error and crash during flow removal after adapter restart

Change-Id: Ifa3c62071fe59e270dd070ed8ccbae9018d582f5
diff --git a/internal/pkg/common/interfaces.go b/internal/pkg/common/interfaces.go
index ef5e004..1f7d457 100755
--- a/internal/pkg/common/interfaces.go
+++ b/internal/pkg/common/interfaces.go
@@ -178,5 +178,5 @@
 
 // IuniVlanConfigFsm interface to uniVlanConfigFsm
 type IuniVlanConfigFsm interface {
-	IsFlowRemovePending(chan<- bool) bool
+	IsFlowRemovePending(context.Context, chan<- bool) bool
 }