From de2192ea754883ea6ae643f63c44c2cbeb20f981 Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Mon, 20 Apr 2009 12:33:43 -0700 Subject: libglusterfsclient: Add VMP-based link Signed-off-by: Anand V. Avati --- libglusterfsclient/src/libglusterfsclient.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libglusterfsclient/src/libglusterfsclient.h') diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index 377459c4d..97ab3bc34 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -277,6 +277,12 @@ glusterfs_glh_opendir (glusterfs_handle_t handle, const char *path); glusterfs_dir_t glusterfs_opendir (const char *path); +int +glusterfs_glh_link (glusterfs_handle_t handle, const char *oldpath, + const char *newpath); + +int +glusterfs_link (const char *oldpath, const char *newpath); /* FIXME: review the need for these apis */ /* added for log related initialization in booster fork implementation */ void -- cgit