summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/tier-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/cluster/dht/src/tier-common.h')
-rw-r--r--xlators/cluster/dht/src/tier-common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/xlators/cluster/dht/src/tier-common.h b/xlators/cluster/dht/src/tier-common.h
index 17cddcdd3e4..0ef96aca032 100644
--- a/xlators/cluster/dht/src/tier-common.h
+++ b/xlators/cluster/dht/src/tier-common.h
@@ -53,5 +53,10 @@ tier_readdir (call_frame_t *frame,
xlator_t *this, fd_t *fd, size_t size,
off_t yoff, dict_t *xdata);
+
+
+int
+tier_link (call_frame_t *frame, xlator_t *this,
+ loc_t *oldloc, loc_t *newloc, dict_t *xdata);
#endif