diff options
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
| -rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 13 | 
1 files changed, 13 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index ccf115f1eaf..70c6669dc05 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -1204,6 +1204,19 @@ glusterfs_lchown (const char *path, uid_t owner, gid_t group);   */  void  glusterfs_rewinddir (glusterfs_dir_t dirfd); + + + +/* Seek to the given offset in the directory handle. + * + * @dirfd       : Directory handle returned by glusterfs_open on + *              glusterfs_opendir. + * @offset      : The offset to seek to. + * + * Returns no value. + */ +void +glusterfs_seekdir (glusterfs_dir_t dirfd, off_t offset);  /* FIXME: review the need for these apis */  /* added for log related initialization in booster fork implementation */  void  | 
