Protocol update

This commit is contained in:
Jakob Borg 2015-02-15 09:41:32 +01:00
parent 1f5c124ac4
commit fe2a743c8d
2 changed files with 2 additions and 2 deletions

2
Godeps/Godeps.json generated
View File

@ -31,7 +31,7 @@
},
{
"ImportPath": "github.com/syncthing/protocol",
"Rev": "4395711d26c61e7e422a8c8da43dda164f1820f4"
"Rev": "2e2d479103df8fb721d55d59b0198d6c24f4865b"
},
{
"ImportPath": "github.com/syndtr/goleveldb/leveldb",

View File

@ -43,7 +43,7 @@ const (
FlagSymlink = 1 << 16
FlagSymlinkMissingTarget = 1 << 17
FlagsAll = (1 << iota) - 1
FlagsAll = (1 << 18) - 1
SymlinkTypeMask = FlagDirectory | FlagSymlinkMissingTarget
)