[Pvfs2-cvs] commit by slang in
pvfs2/src/io/flow/flowproto-bmi-cache: flowproto-bmi-cache-server.c
CVS commit program
cvs at parl.clemson.edu
Mon Apr 7 12:31:21 EDT 2008
Update of /projects/cvsroot/pvfs2/src/io/flow/flowproto-bmi-cache
In directory parlweb1:/tmp/cvs-serv1608/src/io/flow/flowproto-bmi-cache
Modified Files:
Tag: he-branch
flowproto-bmi-cache-server.c
Log Message:
hints and events.
Index: flowproto-bmi-cache-server.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/flow/flowproto-bmi-cache/flowproto-bmi-cache-server.c,v
diff -p -u -r1.17 -r1.17.38.1
--- flowproto-bmi-cache-server.c 27 May 2006 23:52:21 -0000 1.17
+++ flowproto-bmi-cache-server.c 7 Apr 2008 16:31:21 -0000 1.17.38.1
@@ -870,7 +870,8 @@ static void cache_write_callback_fn(void
q_item->cache_req.buffer_type,
q_item->parent->tag,
&q_item->bmi_callback,
- global_bmi_context);
+ global_bmi_context,
+ q_item->parent->hints);
/* TODO: error handling */
assert(ret >= 0);
@@ -941,7 +942,8 @@ static void cache_read_callback_fn(void
q_item->cache_req.buffer_type,
q_item->parent->tag,
&q_item->bmi_callback,
- global_bmi_context);
+ global_bmi_context,
+ q_item->parent->hints);
/* TODO: error handling */
assert(ret >= 0);
More information about the Pvfs2-cvs
mailing list