Browse Source

change data center id from integer to string

pull/2/head
Chris Lu 13 years ago
parent
commit
869a6711bc
  1. 2
      weed-fs/src/pkg/topology/data_center.go

2
weed-fs/src/pkg/topology/data_center.go

@ -2,7 +2,7 @@ package topology
import ()
type DataCenterId uint32
type DataCenterId string
type DataCenter struct {
Id DataCenterId
racks map[RackId]*Rack

Loading…
Cancel
Save