aboutsummaryrefslogtreecommitdiff
path: root/weed/topology/configuration.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-06-24 23:55:06 -0700
committerChris Lu <chris.lu@gmail.com>2018-06-24 23:55:06 -0700
commitcb19a7da9909c551852a8b98709f894dda5cf031 (patch)
tree62e6dc7a2c5508676951177c2054204b5713fc52 /weed/topology/configuration.go
parentef98d26c9eb584669b710f678000b6b6780984ba (diff)
downloadseaweedfs-cb19a7da9909c551852a8b98709f894dda5cf031.tar.xz
seaweedfs-cb19a7da9909c551852a8b98709f894dda5cf031.zip
add a note
Diffstat (limited to 'weed/topology/configuration.go')
-rw-r--r--weed/topology/configuration.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/topology/configuration.go b/weed/topology/configuration.go
index 2a544ce1d..42c7c140e 100644
--- a/weed/topology/configuration.go
+++ b/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 {