diff options
author | Raghavendra G <raghavendra@zresearch.com> | 2009-03-30 03:57:20 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-03 19:24:35 +0530 |
commit | e60d2194840b78034db1ad5c8b385a691ab3ddb6 (patch) | |
tree | b4ee712579d99caa53260c0a43af7f78d4c6f2cc /libglusterfsclient/src/libglusterfsclient-internals.h | |
parent | 8b8448799cc43f20f5812bf5629c8670f76f78d3 (diff) |
libglusterfsclient - change implementation of glusterfs_get
- remove redundent lookups happening in glusterfs_get.
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient-internals.h')
-rwxr-xr-x | libglusterfsclient/src/libglusterfsclient-internals.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient-internals.h b/libglusterfsclient/src/libglusterfsclient-internals.h index 4296284fd..ad5e12fcb 100755 --- a/libglusterfsclient/src/libglusterfsclient-internals.h +++ b/libglusterfsclient/src/libglusterfsclient-internals.h @@ -153,7 +153,8 @@ libgf_client_loc_fill (loc_t *loc, int32_t libgf_client_path_lookup (loc_t *loc, - libglusterfs_client_ctx_t *ctx); + libglusterfs_client_ctx_t *ctx, + char lookup_basename); int32_t libgf_client_lookup (libglusterfs_client_ctx_t *ctx, |