summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.h')
-rw-r--r--xlators/cluster/dht/src/dht-common.h5
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 7cc549e133c..ad868939523 100644
--- a/xlators/cluster/dht/src/dht-common.h
+++ b/xlators/cluster/dht/src/dht-common.h
@@ -941,6 +941,11 @@ int32_t dht_lk (call_frame_t *frame,
int32_t cmd,
struct gf_flock *flock, dict_t *xdata);
+int32_t dht_lease (call_frame_t *frame,
+ xlator_t *this,
+ loc_t *loc,
+ struct gf_lease *lease, dict_t *xdata);
+
int32_t dht_inodelk (call_frame_t *frame, xlator_t *this,
const char *volume, loc_t *loc, int32_t cmd,
struct gf_flock *flock, dict_t *xdata);