[PVFS2-CVS] commit by slang in pvfs2/src/io/bmi/bmi_ib: ib.c

CVS commit program cvs at parl.clemson.edu
Wed Aug 10 16:37:57 EDT 2005


Update of /projects/cvsroot/pvfs2/src/io/bmi/bmi_ib
In directory parlweb:/tmp/cvs-serv30967/src/io/bmi/bmi_ib

Modified Files:
      Tag: slang-attr-cache-fixups-branch
	ib.c 
Log Message:
merge changes from trunk since branch point into branch.  Effectively moves the branchpoint to the latest trunk.


Index: ib.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi_ib/ib.c,v
diff -p -u -r1.15 -r1.15.14.1
--- ib.c	19 Nov 2004 18:06:07 -0000	1.15
+++ ib.c	10 Aug 2005 19:37:57 -0000	1.15.14.1
@@ -5,7 +5,7 @@
  *
  * See COPYING in top-level directory.
  *
- * $Id: ib.c,v 1.15 2004/11/19 18:06:07 pw Exp $
+ * $Id: ib.c,v 1.15.14.1 2005/08/10 19:37:57 slang Exp $
  */
 #include <stdio.h>  /* just for NULL for id-generator.h */
 #include <sys/time.h>
@@ -1492,5 +1492,6 @@ struct bmi_method_ops bmi_ib_ops = 
     .BMI_meth_open_context = BMI_ib_open_context,
     .BMI_meth_close_context = BMI_ib_close_context,
     .BMI_meth_cancel = BMI_ib_cancel,
+    .BMI_meth_rev_lookup_unexpected = 0, /* unimplemented */
 };
 



More information about the PVFS2-CVS mailing list