diff options
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.h')
-rw-r--r-- | xlators/cluster/dht/src/dht-common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xlators/cluster/dht/src/dht-common.h b/xlators/cluster/dht/src/dht-common.h index 5a43f9c0682..3997791d69a 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -50,6 +50,11 @@ struct dht_layout { typedef struct dht_layout dht_layout_t; +typedef enum { + DHT_HASH_TYPE_DM, +} dht_hashfn_type_t; + + struct dht_local { int call_cnt; loc_t loc; |