[PVFS2-CVS] commit by rbross in pvfs2/src/io/flow: flow.h

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


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

Modified Files:
	flow.h 
Log Message:
Move from bmi_addr_t to PVFS_BMI_addr_t for consistency.


Index: flow.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/flow/flow.h,v
diff -p -u -r1.23 -r1.24
--- flow.h	10 Feb 2004 18:11:28 -0000	1.23
+++ flow.h	16 Feb 2004 21:35:28 -0000	1.24
@@ -33,7 +33,7 @@ enum flow_endpoint_type
 /* describes BMI endpoints */
 struct BMI_endpoint_data
 {
-    bmi_addr_t address;
+    PVFS_BMI_addr_t address;
 };
 
 /* describes trove interface endpoints */



More information about the PVFS2-CVS mailing list