[PVFS2-CVS] commit by rbross in pvfs2/test/io/flow: test-harness-client.c

CVS commit program cvs at parl.clemson.edu
Mon Feb 16 16:35:32 EST 2004


Update of /projects/cvsroot/pvfs2/test/io/flow
In directory parlweb:/tmp/cvs-serv32729/test/io/flow

Modified Files:
	test-harness-client.c 
Log Message:
Move from bmi_addr_t to PVFS_BMI_addr_t for consistency.


Index: test-harness-client.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/flow/test-harness-client.c,v
diff -p -u -r1.19 -r1.20
--- test-harness-client.c	30 Jan 2004 20:12:16 -0000	1.19
+++ test-harness-client.c	16 Feb 2004 21:35:32 -0000	1.20
@@ -35,7 +35,7 @@ int main(
     int ret = -1;
     int outcount = 0;
     void *mybuffer;
-    bmi_addr_t server_addr;
+    PVFS_BMI_addr_t server_addr;
     bmi_op_id_t op;
     bmi_error_code_t error_code;
     flow_descriptor *flow_d = NULL;



More information about the PVFS2-CVS mailing list