diff options
author | Shehjar Tikoo <shehjart@gluster.com> | 2009-06-25 14:31:28 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-06-29 10:42:05 -0700 |
commit | e3e880180165efffbc0866eeda2154004f7d64f5 (patch) | |
tree | 10a9875d1c973282e08c241008e1722ce5ef5754 /libglusterfs/src/fd.h | |
parent | 76aa99422562a500c3b82cb826ce582576065a83 (diff) |
booster: Remove gf_fd_unused_get2
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'libglusterfs/src/fd.h')
-rw-r--r-- | libglusterfs/src/fd.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libglusterfs/src/fd.h b/libglusterfs/src/fd.h index efe02e887..298b1b347 100644 --- a/libglusterfs/src/fd.h +++ b/libglusterfs/src/fd.h @@ -38,6 +38,10 @@ struct _fd_ctx { uint64_t value; }; +/* If this structure changes, please have mercy on the booster maintainer + * and update the fd_t struct in booster/src/booster-fd.h. + * See the comment there to know why. + */ struct _fd { pid_t pid; int32_t flags; @@ -89,9 +93,6 @@ gf_fd_fdtable_alloc (void); int32_t gf_fd_unused_get (fdtable_t *fdtable, fd_t *fdptr); -int32_t -gf_fd_unused_get2 (fdtable_t *fdtable, fd_t *fdptr, int32_t fd); - fdentry_t * gf_fd_fdtable_get_all_fds (fdtable_t *fdtable, uint32_t *count); |