Add more information about the folders to ClusterConfig

This commit is contained in:
Audrius Butkevicius
2015-09-27 12:11:34 +01:00
parent a323d85d32
commit 9f4cd7716e
3 changed files with 20 additions and 1 deletions

View File

@@ -61,6 +61,13 @@ const (
FlagRequestTemporary uint32 = 1 << iota
)
// ClusterConfigMessage.Folders flags
const (
FlagFolderReadOnly uint32 = 1 << 0
FlagFolderIgnorePerms = 1 << 1
FlagFolderIgnoreDelete = 1 << 2
)
// ClusterConfigMessage.Folders.Devices flags
const (
FlagShareTrusted uint32 = 1 << 0