mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-27 20:59:42 +08:00
fix compilation problem
This commit is contained in:
parent
ac48c899e8
commit
11b33c0760
@ -12,7 +12,7 @@ type OffsetHigher struct {
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
OffsetSize = 4
|
OffsetSize = 4
|
||||||
MaxPossibleVolumeSize = 4 * 1024 * 1024 * 1024 * 8 // 32GB
|
MaxPossibleVolumeSize uint64 = 4 * 1024 * 1024 * 1024 * 8 // 32GB
|
||||||
)
|
)
|
||||||
|
|
||||||
func OffsetToBytes(bytes []byte, offset Offset) {
|
func OffsetToBytes(bytes []byte, offset Offset) {
|
||||||
|
Loading…
Reference in New Issue
Block a user