diff --git a/cmd/config.go b/cmd/config.go index ad99d4a..88260a9 100644 --- a/cmd/config.go +++ b/cmd/config.go @@ -9,8 +9,6 @@ import ( common "github.com/kerwenwwer/xdp-gossip/common" ) -//var bpfLock sync.Mutex - // NodeList is a list of nodes type NodeList struct { nodes sync.Map // Collection of nodes (key is Node structure, value is the most recent second-level timestamp of node update)