diff options
| author | Chris Lu <chris.lu@gmail.com> | 2012-08-23 23:35:30 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2012-08-23 23:35:30 -0700 |
| commit | 869a6711bcaf888d480c039370957f2f06776943 (patch) | |
| tree | 8f58cf14137def3f0d66b785e70d6f8f6e0a25ab /weed-fs/src | |
| parent | 9b4ce658826067910e913f1416a1bb80150f879e (diff) | |
| download | seaweedfs-869a6711bcaf888d480c039370957f2f06776943.tar.xz seaweedfs-869a6711bcaf888d480c039370957f2f06776943.zip | |
change data center id from integer to string
Diffstat (limited to 'weed-fs/src')
| -rw-r--r-- | weed-fs/src/pkg/topology/data_center.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed-fs/src/pkg/topology/data_center.go b/weed-fs/src/pkg/topology/data_center.go index 92e8b0055..5161234ec 100644 --- a/weed-fs/src/pkg/topology/data_center.go +++ b/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 |
