Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Acosta committed Jun 23, 2017
1 parent 9778be7 commit 4006040
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions probe/endpoint/dns_snooper_linux_amd64.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ const (
type DNSSnooper struct {
stop chan struct{}
pcapHandle *pcap.Handle
// gcache is goroutine-safe, but the
// values cached values aren't
// gcache is goroutine-safe, but the cached values aren't
reverseDNSMutex sync.RWMutex
reverseDNSCache gcache.Cache
decodingErrorCounts map[string]uint64 // for limiting
Expand Down

0 comments on commit 4006040

Please sign in to comment.