Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinkMonitor ¶
type LinkMonitor struct {
// contains filtered or unexported fields
}
LinkMonitor keeps track of the interfaces on this host. It can invoke a callback when an interface is added/deleted.
func NewLinkMonitor ¶
func NewLinkMonitor(handler LinkMonitorHandler) (*LinkMonitor, error)
func (*LinkMonitor) Close ¶
func (lm *LinkMonitor) Close()
func (*LinkMonitor) ParseLinkUpdates ¶
func (lm *LinkMonitor) ParseLinkUpdates()
Click to show internal directories.
Click to hide internal directories.