Browse Source

add a note

pull/695/head
Chris Lu 7 years ago
parent
commit
cb19a7da99
  1. 2
      weed/topology/configuration.go

2
weed/topology/configuration.go

@ -22,7 +22,7 @@ type topology struct {
type Configuration struct {
XMLName xml.Name `xml:"Configuration"`
Topo topology `xml:"Topology"`
ip2location map[string]loc
ip2location map[string]loc // this is not used any more. leave it here for later.
}
func (c *Configuration) String() string {

Loading…
Cancel
Save