diff options
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.h')
| -rw-r--r-- | xlators/cluster/dht/src/dht-common.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/cluster/dht/src/dht-common.h b/xlators/cluster/dht/src/dht-common.h index 50cc0801d66..f64c29bf41e 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -27,6 +27,7 @@  #define GF_DHT_LOOKUP_UNHASHED_ON   1  #define GF_DHT_LOOKUP_UNHASHED_AUTO 2  #define DHT_PATHINFO_HEADER         "DISTRIBUTE:" +#define DHT_FILE_MIGRATE_DOMAIN     "dht.file.migrate"  #include <fnmatch.h> @@ -207,6 +208,7 @@ struct dht_local {          xlator_t        *first_up_subvol;          gf_boolean_t     added_link; +        gf_boolean_t     is_linkfile;          struct dht_skip_linkto_unlink  skip_unlink; @@ -861,5 +863,7 @@ dht_unlock_inodelk (call_frame_t *frame, dht_lock_t **lk_array, int lk_count,  dht_lock_t *  dht_lock_new (xlator_t *this, xlator_t *xl, loc_t *loc, short type,                const char *domain); +void +dht_lock_array_free (dht_lock_t **lk_array, int count);  #endif/* _DHT_H */  | 
