]> arthur.barton.de Git - netatalk.git/commitdiff
add two missing volume attribute bits from AFP spec
authorHAT <hat@fa2.so-net.ne.jp>
Wed, 6 Aug 2014 13:59:30 +0000 (22:59 +0900)
committerHAT <hat@fa2.so-net.ne.jp>
Wed, 6 Aug 2014 13:59:30 +0000 (22:59 +0900)
include/atalk/volume.h

index 26e171c2416238ef6b03a3cf88344ecac2e18d48..435f9d7996a8a5c806a8923c6881e458718a91fb 100644 (file)
@@ -171,6 +171,8 @@ typedef enum {lv_none = 0, lv_all = 1} lv_flags_t;
 #define VOLPBIT_ATTR_UNIXPRIV     (1 << 5)
 #define VOLPBIT_ATTR_UTF8         (1 << 6)
 #define VOLPBIT_ATTR_NONETIDS     (1 << 7)
+#define VOLPBIT_ATTR_PRIVPARENT   (1 << 8)
+#define VOLPBIT_ATTR_NOTFILEXCHG  (1 << 9)
 #define VOLPBIT_ATTR_EXT_ATTRS    (1 << 10)
 #define VOLPBIT_ATTR_ACLS         (1 << 11)
 #define VOLPBIT_ATTR_CASESENS     (1 << 12)