diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-06-24 23:55:06 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-06-24 23:55:06 -0700 |
| commit | cb19a7da9909c551852a8b98709f894dda5cf031 (patch) | |
| tree | 62e6dc7a2c5508676951177c2054204b5713fc52 /weed/topology/configuration.go | |
| parent | ef98d26c9eb584669b710f678000b6b6780984ba (diff) | |
| download | seaweedfs-cb19a7da9909c551852a8b98709f894dda5cf031.tar.xz seaweedfs-cb19a7da9909c551852a8b98709f894dda5cf031.zip | |
add a note
Diffstat (limited to 'weed/topology/configuration.go')
| -rw-r--r-- | weed/topology/configuration.go | 2 |
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 { |
