[Pvfs2-cvs] commit by iskra in pvfs2/src/io/bmi: bmi.c

CVS commit program cvs at parl.clemson.edu
Wed Nov 4 16:17:15 EST 2009


Update of /projects/cvsroot/pvfs2/src/io/bmi
In directory parlweb1:/tmp/cvs-serv20804/src/io/bmi

Modified Files:
	bmi.c 
Log Message:
The remaining pieces of BMI ZOID support.


Index: bmi.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi.c,v
diff -p -u -r1.102 -r1.103
--- bmi.c	30 Sep 2009 15:44:42 -0000	1.102
+++ bmi.c	4 Nov 2009 21:17:15 -0000	1.103
@@ -81,6 +81,9 @@ extern struct bmi_method_ops bmi_ib_ops;
 #ifdef __STATIC_METHOD_BMI_PORTALS__
 extern struct bmi_method_ops bmi_portals_ops;
 #endif
+#ifdef __STATIC_METHOD_BMI_ZOID__
+extern struct bmi_method_ops bmi_zoid_ops;
+#endif
 
 static struct bmi_method_ops *const static_methods[] = {
 #ifdef __STATIC_METHOD_BMI_TCP__
@@ -97,6 +100,9 @@ static struct bmi_method_ops *const stat
 #endif
 #ifdef __STATIC_METHOD_BMI_PORTALS__
     &bmi_portals_ops,
+#endif
+#ifdef __STATIC_METHOD_BMI_ZOID__
+    &bmi_zoid_ops,
 #endif
     NULL
 };



More information about the Pvfs2-cvs mailing list