X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Finclude%2Fceph_features.h;fp=src%2Fceph%2Fsrc%2Finclude%2Fceph_features.h;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=19fab5f303a56715fc13f1cad680da02a7119c13;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/include/ceph_features.h b/src/ceph/src/include/ceph_features.h deleted file mode 100755 index 19fab5f..0000000 --- a/src/ceph/src/include/ceph_features.h +++ /dev/null @@ -1,261 +0,0 @@ -#ifndef __CEPH_FEATURES -#define __CEPH_FEATURES - -#include "sys/types.h" - -/* - * Each time we reclaim bits for reuse we need to specify another bit - * that, if present, indicates we have the new incarnation of that - * feature. Base case is 1 (first use) - */ -#define CEPH_FEATURE_INCARNATION_1 (0ull) -#define CEPH_FEATURE_INCARNATION_2 (1ull<<57) // CEPH_FEATURE_SERVER_JEWEL - -#define DEFINE_CEPH_FEATURE(bit, incarnation, name) \ - const static uint64_t CEPH_FEATURE_##name = (1ULL<