[PVFS2-CVS]
commit by bradles in pvfs2/src/io/flow/flowproto-bmi-trove:
flowproto-multiqueue.c
CVS commit program
cvs at parl.clemson.edu
Thu Jul 7 12:35:45 EDT 2005
Update of /projects/cvsroot/pvfs2/src/io/flow/flowproto-bmi-trove
In directory parlweb:/tmp/cvs-serv18292/src/io/flow/flowproto-bmi-trove
Modified Files:
flowproto-multiqueue.c
Log Message:
Updates for standardized spelling in pint-request.h and new distribution
function signatures.
Index: flowproto-multiqueue.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/flow/flowproto-bmi-trove/flowproto-multiqueue.c,v
diff -p -u -r1.94 -r1.95
--- flowproto-multiqueue.c 25 May 2005 18:47:51 -0000 1.94
+++ flowproto-multiqueue.c 7 Jul 2005 15:35:45 -0000 1.95
@@ -757,7 +757,7 @@ static void bmi_recv_callback_fn(void *u
result_tmp->result.segmax = MAX_REGIONS;
result_tmp->result.segs = 0;
result_tmp->buffer_offset = tmp_buffer;
- ret = PINT_Process_request(q_item->parent->file_req_state,
+ ret = PINT_process_request(q_item->parent->file_req_state,
q_item->parent->mem_req_state,
&q_item->parent->file_data,
&result_tmp->result,
@@ -1059,7 +1059,7 @@ static int bmi_send_callback_fn(void *us
result_tmp->result.segmax = MAX_REGIONS;
result_tmp->result.segs = 0;
result_tmp->buffer_offset = tmp_buffer;
- ret = PINT_Process_request(q_item->parent->file_req_state,
+ ret = PINT_process_request(q_item->parent->file_req_state,
q_item->parent->mem_req_state,
&q_item->parent->file_data,
&result_tmp->result,
@@ -1268,7 +1268,7 @@ static void trove_write_callback_fn(void
result_tmp->result.segs = 0;
result_tmp->buffer_offset = tmp_buffer;
assert(!PINT_REQUEST_DONE(q_item->parent->file_req_state));
- ret = PINT_Process_request(q_item->parent->file_req_state,
+ ret = PINT_process_request(q_item->parent->file_req_state,
q_item->parent->mem_req_state,
&q_item->parent->file_data,
&result_tmp->result,
@@ -1481,7 +1481,7 @@ static void mem_to_bmi_callback_fn(void
q_item->result_chain.result.segmax = MAX_REGIONS;
q_item->result_chain.result.segs = 0;
q_item->result_chain.buffer_offset = NULL;
- ret = PINT_Process_request(q_item->parent->file_req_state,
+ ret = PINT_process_request(q_item->parent->file_req_state,
q_item->parent->mem_req_state,
&q_item->parent->file_data,
&q_item->result_chain.result,
@@ -1523,7 +1523,7 @@ static void mem_to_bmi_callback_fn(void
q_item->result_chain.result.segs = 0;
q_item->result_chain.buffer_offset = NULL;
/* process ahead */
- ret = PINT_Process_request(q_item->parent->file_req_state,
+ ret = PINT_process_request(q_item->parent->file_req_state,
q_item->parent->mem_req_state,
&q_item->parent->file_data,
&q_item->result_chain.result,
@@ -1669,7 +1669,7 @@ static void bmi_to_mem_callback_fn(void
q_item->result_chain.result.segs = 0;
q_item->result_chain.buffer_offset = NULL;
/* process ahead */
- ret = PINT_Process_request(q_item->parent->file_req_state,
+ ret = PINT_process_request(q_item->parent->file_req_state,
q_item->parent->mem_req_state,
&q_item->parent->file_data,
&q_item->result_chain.result,
@@ -1714,7 +1714,7 @@ static void bmi_to_mem_callback_fn(void
q_item->result_chain.result.segmax = MAX_REGIONS;
q_item->result_chain.result.segs = 0;
q_item->result_chain.buffer_offset = NULL;
- ret = PINT_Process_request(q_item->parent->file_req_state,
+ ret = PINT_process_request(q_item->parent->file_req_state,
q_item->parent->mem_req_state,
&q_item->parent->file_data,
&q_item->result_chain.result,
More information about the PVFS2-CVS
mailing list