mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-07-16 01:20:24 +08:00
another fix related to 64 bit alignment
fix https://github.com/chrislusf/seaweedfs/issues/2177
This commit is contained in:
parent
3df153421d
commit
44b50b2fdf
@ -18,10 +18,10 @@ const (
|
||||
)
|
||||
|
||||
type ExclusiveLocker struct {
|
||||
masterClient *wdclient.MasterClient
|
||||
token int64
|
||||
lockTsNs int64
|
||||
isLocking bool
|
||||
masterClient *wdclient.MasterClient
|
||||
}
|
||||
|
||||
func NewExclusiveLocker(masterClient *wdclient.MasterClient) *ExclusiveLocker {
|
||||
|
Loading…
Reference in New Issue
Block a user