[Pvfs2-cvs] commit by mtmoore in pvfs2/src/io/trove:
trove-internal.h trove.c trove.h
CVS commit program
cvs at parl.clemson.edu
Tue Aug 25 10:08:03 EDT 2009
Update of /projects/cvsroot/pvfs2/src/io/trove
In directory parlweb1:/tmp/cvs-serv21298/src/io/trove
Modified Files:
Tag: Orange-mtmoore
trove-internal.h trove.c trove.h
Log Message:
get-path implemenation work
Index: trove-internal.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/trove/trove-internal.h,v
diff -p -u -r1.30.24.3 -r1.30.24.4
--- trove-internal.h 24 Aug 2009 21:03:08 -0000 1.30.24.3
+++ trove-internal.h 25 Aug 2009 14:08:03 -0000 1.30.24.4
@@ -132,8 +132,9 @@ struct TROVE_keyval_ops
int (*keyval_read_value_path)(
TROVE_coll_id coll_id,
- uint32_t *count,
+ uint32_t count,
PVFS_dirent *dirent_p,
+ TROVE_handle *handle_p,
TROVE_ds_flags flags,
TROVE_vtag_s* vtag,
void* user_ptr,
Index: trove.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/trove/trove.c,v
diff -p -u -r1.14.24.3 -r1.14.24.4
--- trove.c 24 Aug 2009 21:03:08 -0000 1.14.24.3
+++ trove.c 25 Aug 2009 14:08:03 -0000 1.14.24.4
@@ -345,9 +345,10 @@ int trove_keyval_read(
int trove_keyval_read_value_path(
- TROVE_coll_id coll_id
- uint32_t *count_p,
+ TROVE_coll_id coll_id,
+ uint32_t count,
PVFS_dirent *dirent_p,
+ TROVE_handle *handle_p,
TROVE_ds_flags flags,
TROVE_vtag_s* vtag,
void* user_ptr,
@@ -365,8 +366,9 @@ int trove_keyval_read_value_path(
return keyval_method_table[method_id]->keyval_read_value_path(
coll_id,
- count_p,
+ count,
dirent_p,
+ handle_p,
flags,
vtag,
user_ptr,
Index: trove.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/trove/trove.h,v
diff -p -u -r1.45.24.3 -r1.45.24.4
--- trove.h 24 Aug 2009 21:03:09 -0000 1.45.24.3
+++ trove.h 25 Aug 2009 14:08:03 -0000 1.45.24.4
@@ -266,6 +266,7 @@ int trove_keyval_read(
int trove_keyval_read_value_path(
TROVE_coll_id coll_id,
+ uint32_t count,
PVFS_dirent *dirent_p,
TROVE_handle *handle_p,
TROVE_ds_flags flags,
More information about the Pvfs2-cvs
mailing list