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 461add16897..c85ba9cfcc2 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -318,4 +318,9 @@ int dht_rename_links_cbk (call_frame_t *frame, void *cookie, xlator_t *this,  int dht_linkfile_recreate(call_frame_t *frame, fop_mknod_cbk_t linkfile_cbk,                           xlator_t *tovol, xlator_t *fromvol, loc_t *loc); + +int dht_fix_directory_layout (call_frame_t *frame, +                              dht_selfheal_dir_cbk_t dir_cbk, +                              dht_layout_t *layout); +  #endif /* _DHT_H */  | 
