diff options
Diffstat (limited to 'xlators/cluster/ec/src/ec-common.h')
-rw-r--r-- | xlators/cluster/ec/src/ec-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/cluster/ec/src/ec-common.h b/xlators/cluster/ec/src/ec-common.h index ba009040b71..04f85a43f16 100644 --- a/xlators/cluster/ec/src/ec-common.h +++ b/xlators/cluster/ec/src/ec-common.h @@ -31,6 +31,8 @@ typedef enum { #define EC_FLAG_WAITING_WINDS 0x0010 +#define EC_SELFHEAL_BIT 62 + #define EC_MINIMUM_ONE -1 #define EC_MINIMUM_MIN -2 #define EC_MINIMUM_ALL -3 |