[PVFS2-CVS] commit by pcarns in pvfs2/src/io/flow/flowproto-bmi-cache: flowproto-bmi-cache-server.c

CVS commit program cvs at parl.clemson.edu
Tue Feb 24 20:16:58 EST 2004


Update of /projects/cvsroot/pvfs2/src/io/flow/flowproto-bmi-cache
In directory parlweb:/tmp/cvs-serv4023/src/io/flow/flowproto-bmi-cache

Modified Files:
	flowproto-bmi-cache-server.c 
Log Message:
started stubbing in hooks for cancelling previously posted flows


Index: flowproto-bmi-cache-server.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/flow/flowproto-bmi-cache/flowproto-bmi-cache-server.c,v
diff -p -u -r1.5 -r1.6
--- flowproto-bmi-cache-server.c	16 Feb 2004 21:22:42 -0000	1.5
+++ flowproto-bmi-cache-server.c	25 Feb 2004 01:16:58 -0000	1.6
@@ -200,7 +200,8 @@ struct flowproto_ops fp_bmi_cache_ops = 
     fp_bmi_cache_finalize,
     fp_bmi_cache_getinfo,
     fp_bmi_cache_setinfo,
-    fp_bmi_cache_post
+    fp_bmi_cache_post,
+    NULL
 };
 
 /* fp_bmi_cache_initialize()



More information about the PVFS2-CVS mailing list