[PVFS2-CVS] commit by wujs in pvfs2/src/io/flow: flow.h
CVS commit program
cvs at parl.clemson.edu
Tue Mar 23 13:47:48 EST 2004
Update of /projects/cvsroot/pvfs2/src/io/flow
In directory parlweb:/tmp/cvs-serv6198/src/io/flow
Modified Files:
flow.h
Log Message:
Remove "CACHE_ENDPOINT". The buffer cache still uses TROVE_ENDPOINT.
Index: flow.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/flow/flow.h,v
diff -p -u -r1.28 -r1.29
--- flow.h 22 Mar 2004 22:02:04 -0000 1.28
+++ flow.h 23 Mar 2004 18:47:48 -0000 1.29
@@ -28,9 +28,7 @@ enum flow_endpoint_type
{
BMI_ENDPOINT = 1,
TROVE_ENDPOINT = 2,
- MEM_ENDPOINT = 3,
- CACHE_ENDPOINT = 4
-
+ MEM_ENDPOINT = 3
};
/* describes BMI endpoints */
More information about the PVFS2-CVS
mailing list