1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-04 08:06:53 +02:00

add a note

This commit is contained in:
Chris Lu 2018-06-24 23:55:06 -07:00
parent ef98d26c9e
commit cb19a7da99

View file

@ -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 {