diff options
author | Shehjar Tikoo <shehjart@zresearch.com> | 2009-05-05 15:57:27 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-05-05 17:02:00 +0530 |
commit | b12fde2b06c4701970201aaebc7f45a8b964812c (patch) | |
tree | 4557c31e801cb2bc27f0e2b42e063ea3f323e978 /libglusterfsclient/src/libglusterfsclient.h | |
parent | 6fdf8f4c7d5cced776c925052eb8a81c332a3573 (diff) |
libglusterfsclient: Add VMP-based rename
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index defbec8786d..d4f0c6c6ae7 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -351,6 +351,13 @@ glusterfs_glh_readlink (glusterfs_handle_t handle, const char *path, char *buf, ssize_t glusterfs_readlink (const char *path, char *buf, size_t bufsize); + +int +glusterfs_glh_rename (glusterfs_handle_t handle, const char *oldpath, + const char *newpath); + +int +glusterfs_rename (const char *oldpath, const char *newpath); /* FIXME: review the need for these apis */ /* added for log related initialization in booster fork implementation */ void |