aboutsummaryrefslogtreecommitdiff
path: root/weed/topology/configuration.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/topology/configuration.go')
-rw-r--r--weed/topology/configuration.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/topology/configuration.go b/weed/topology/configuration.go
index 42c7c140e..cb635658f 100644
--- a/weed/topology/configuration.go
+++ b/weed/topology/configuration.go
@@ -20,8 +20,8 @@ type topology struct {
DataCenters []dataCenter `xml:"DataCenter"`
}
type Configuration struct {
- XMLName xml.Name `xml:"Configuration"`
- Topo topology `xml:"Topology"`
+ XMLName xml.Name `xml:"Configuration"`
+ Topo topology `xml:"Topology"`
ip2location map[string]loc // this is not used any more. leave it here for later.
}