mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
align memory for atomic read/write
This commit is contained in:
parent
2ef6ab998c
commit
8b3429858d
|
@ -27,9 +27,9 @@ import (
|
|||
)
|
||||
|
||||
type Option struct {
|
||||
MountDirectory string
|
||||
filerIndex int32 // align memory for atomic read/write
|
||||
FilerAddresses []pb.ServerAddress
|
||||
filerIndex int32
|
||||
MountDirectory string
|
||||
GrpcDialOption grpc.DialOption
|
||||
FilerMountRootPath string
|
||||
Collection string
|
||||
|
|
Loading…
Reference in a new issue