diff options
Diffstat (limited to 'server/watcher.go')
-rw-r--r-- | server/watcher.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/watcher.go b/server/watcher.go index 4b4b700c..87039479 100644 --- a/server/watcher.go +++ b/server/watcher.go @@ -87,7 +87,8 @@ type watcherEventAdjInMsg struct { } type watcherEventBestPathMsg struct { - pathList []*table.Path + pathList []*table.Path + multiPathList [][]*table.Path } type watcher interface { |