diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-12-16 17:45:48 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-12-16 17:45:48 +0900 |
commit | bd82fbdeb6250b2e8f4c18f1792a38a7a5109fad (patch) | |
tree | 5b595f157183fe023fd258b63c429005b5b69750 /table/temporary_structs.go | |
parent | c391a5615462d6b98eecb01b8392b580f76127a3 (diff) |
table: remove CoreService, Neighbors, and Commons structures
No need.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'table/temporary_structs.go')
-rw-r--r-- | table/temporary_structs.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/table/temporary_structs.go b/table/temporary_structs.go index 6350d2e7..a561aa72 100644 --- a/table/temporary_structs.go +++ b/table/temporary_structs.go @@ -6,16 +6,6 @@ import ( "net" ) -type CoreService struct { - CommonConf *Commons - NeighborsConf *Neighbors -} -type Neighbors struct { - //need to define a structure -} -type Commons struct { - //need to define a structure -} type Peer struct { //need to define a structure RemoteAs uint32 |