Skip to content

Commit

Permalink
Update the comments about monitorNotify in the listener.go
Browse files Browse the repository at this point in the history
Fix comment error about monitorNotify in `pkg/datapath/ipcache/listener.go`.

Signed-off-by: hxysayhi <51870525+hxysayhi@users.noreply.github.com>
  • Loading branch information
hxysayhi committed Feb 23, 2023
1 parent 54145d0 commit 4455143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/datapath/ipcache/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type datapath interface {
TriggerReloadWithoutCompile(reason string) (*sync.WaitGroup, error)
}

// monitor is an interface not notify the monitor about changes to the ipcache
// monitorNotify is an interface to notify the monitor about ipcache changes.
type monitorNotify interface {
SendNotification(msg monitorAPI.AgentNotifyMessage) error
}
Expand Down

0 comments on commit 4455143

Please sign in to comment.