[PVFS2-CVS] commit by wujs in pvfs2-1/src/io/flow: flow.h
CVS commit program
cvs at parl.clemson.edu
Mon Mar 22 17:02:04 EST 2004
Update of /projects/cvsroot/pvfs2-1/src/io/flow
In directory parlweb:/tmp/cvs-serv623/pvfs2/src/io/flow
Modified Files:
flow.h
Log Message:
Add cache endpoint (CACHE_ENDPOINT) to support the bmi-cache flow protocol.
Index: flow.h
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/io/flow/flow.h,v
diff -p -u -r1.27 -r1.28
--- flow.h 23 Feb 2004 19:21:12 -0000 1.27
+++ flow.h 22 Mar 2004 22:02:04 -0000 1.28
@@ -28,7 +28,9 @@ enum flow_endpoint_type
{
BMI_ENDPOINT = 1,
TROVE_ENDPOINT = 2,
- MEM_ENDPOINT = 3
+ MEM_ENDPOINT = 3,
+ CACHE_ENDPOINT = 4
+
};
/* describes BMI endpoints */
More information about the PVFS2-CVS
mailing list