summaryrefslogtreecommitdiffhomepage
path: root/table/destination.go
diff options
context:
space:
mode:
authorHiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp>2015-01-27 20:46:01 +0900
committerHiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp>2015-01-28 14:53:24 +0900
commit959994eb57ae2e9a2d852bc4b71ba35fda911680 (patch)
treee951870d8155265ee9d0fceacc84ce3b5f384831 /table/destination.go
parent838cf25f000481f4adf9e508e1e533ec7e8977d4 (diff)
table: add owner to NewTableManager's arguments
Diffstat (limited to 'table/destination.go')
-rw-r--r--table/destination.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/table/destination.go b/table/destination.go
index 1eda5f7c..769e6545 100644
--- a/table/destination.go
+++ b/table/destination.go
@@ -63,7 +63,6 @@ type Destination interface {
getKnownPathList() []Path
setKnownPathList([]Path)
String() string
- getPrefix() net.IP
addWithdraw(withdraw Path)
addNewPath(newPath Path)
constructWithdrawPath() Path