summaryrefslogtreecommitdiffhomepage
path: root/server/watcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/watcher.go')
-rw-r--r--server/watcher.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/watcher.go b/server/watcher.go
index 490978f0..8df5edbb 100644
--- a/server/watcher.go
+++ b/server/watcher.go
@@ -94,6 +94,10 @@ type watcherEventAdjInMsg struct {
pathList []*table.Path
}
+type watcherEventBestPathMsg struct {
+ pathList []*table.Path
+}
+
type watcher interface {
notify(watcherEventType) chan watcherEvent
restart(string) error