-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 320327 b: refs/heads/master c: 1fe60e5 h: refs/heads/master i: 320325: 2f4acd9 320323: 016fd69 320319: c5006ff v: v3
- Loading branch information
Sage Weil
committed
Jul 30, 2012
1 parent
1ab11c1
commit ad625be
Showing
7 changed files
with
30 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: d1f57ea66369b5c34bd42f104b8070db409447f9 | ||
refs/heads/master: 1fe60e51a3744528f3939b1b1167ca909133d9ae |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
#ifndef __CEPH_FEATURES | ||
#define __CEPH_FEATURES | ||
|
||
/* | ||
* feature bits | ||
*/ | ||
#define CEPH_FEATURE_UID (1<<0) | ||
#define CEPH_FEATURE_NOSRCADDR (1<<1) | ||
#define CEPH_FEATURE_MONCLOCKCHECK (1<<2) | ||
#define CEPH_FEATURE_FLOCK (1<<3) | ||
#define CEPH_FEATURE_SUBSCRIBE2 (1<<4) | ||
#define CEPH_FEATURE_MONNAMES (1<<5) | ||
#define CEPH_FEATURE_RECONNECT_SEQ (1<<6) | ||
#define CEPH_FEATURE_DIRLAYOUTHASH (1<<7) | ||
|
||
/* | ||
* Features supported. | ||
*/ | ||
#define CEPH_FEATURES_SUPPORTED_DEFAULT \ | ||
(CEPH_FEATURE_NOSRCADDR) | ||
|
||
#define CEPH_FEATURES_REQUIRED_DEFAULT \ | ||
(CEPH_FEATURE_NOSRCADDR) | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters