Undo the hash algorithm additions; retain flag checks
This commit is contained in:
@@ -66,13 +66,7 @@ const (
|
||||
FlagFolderReadOnly uint32 = 1 << 0
|
||||
FlagFolderIgnorePerms = 1 << 1
|
||||
FlagFolderIgnoreDelete = 1 << 2
|
||||
|
||||
// The folder hash algorithm IDs, to be put in the flags field by shifting
|
||||
// left FolderHashShiftBits. 1 through 15 currently reserved.
|
||||
|
||||
FolderHashSHA256 = 0
|
||||
FolderHashMask = 15
|
||||
FolderHashShiftBits = 3
|
||||
FlagFolderAll = 1<<3 - 1
|
||||
)
|
||||
|
||||
// ClusterConfigMessage.Folders.Devices flags
|
||||
|
||||
Reference in New Issue
Block a user