diff options
| author | Shehjar Tikoo <shehjart@zresearch.com> | 2009-04-20 12:33:43 -0700 | 
|---|---|---|
| committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-21 12:49:39 +0530 | 
| commit | de2192ea754883ea6ae643f63c44c2cbeb20f981 (patch) | |
| tree | b7125b83bd2a6c6bfdf9e072c0c9fa5505601ffc /libglusterfsclient/src/libglusterfsclient.h | |
| parent | 12d9b4cccd559776f125440a232ff5b944ab3442 (diff) | |
libglusterfsclient: Add VMP-based link
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
| -rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index 377459c4d61..97ab3bc3470 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  | 
