diff options
Diffstat (limited to 'libglusterfs')
| -rw-r--r-- | libglusterfs/src/fd.h | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/libglusterfs/src/fd.h b/libglusterfs/src/fd.h index be9800b30..cd75e53ea 100644 --- a/libglusterfs/src/fd.h +++ b/libglusterfs/src/fd.h @@ -120,9 +120,17 @@ gf_fd_fdtable_destroy (fdtable_t *fdtable);  fd_t * +__fd_ref (fd_t *fd); + + +fd_t *  fd_ref (fd_t *fd); +fd_t * +__fd_unref (fd_t *fd); + +  void  fd_unref (fd_t *fd);  | 
