]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
auth: redefine CEPH_AUTH_NONE
authorYehuda Sadeh <yehuda@hq.newdream.net>
Thu, 29 Oct 2009 17:46:22 +0000 (10:46 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Thu, 29 Oct 2009 17:46:22 +0000 (10:46 -0700)
src/include/ceph_fs.h

index 2bbc4257f0f06870bf52bab4fa30cc0ef1dee018..7113d23e3f07b2888d8b41f45a2b61cae74ec3ed 100644 (file)
@@ -82,8 +82,9 @@ int ceph_file_layout_is_valid(const struct ceph_file_layout *layout);
 #define CEPH_CRYPTO_AES  0x1
 
 /* security/authentication protocols */
-#define CEPH_AUTH_NONE  0x0
-#define CEPH_AUTH_CEPHX         0x1
+#define CEPH_AUTH_UNKNOWN      0x0
+#define CEPH_AUTH_NONE         0x1
+#define CEPH_AUTH_CEPHX                0x2
 
 
 /*********************************************