mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add a note
This commit is contained in:
parent
ef98d26c9e
commit
cb19a7da99
|
@ -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…
Reference in a new issue