[Pvfs2-cvs] commit by pw in pvfs2/src/io/bmi: bmi.c
CVS commit program
cvs at parl.clemson.edu
Thu Jul 19 10:54:43 EDT 2007
Update of /projects/cvsroot/pvfs2/src/io/bmi
In directory parlweb1:/tmp/cvs-serv1793/src/io/bmi
Modified Files:
bmi.c
Log Message:
Initial addition of portals BMI method.
Index: bmi.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi.c,v
diff -u -p -p -u -r1.84 -r1.85
--- bmi.c 18 Jul 2007 20:35:36 -0000 1.84
+++ bmi.c 19 Jul 2007 14:54:43 -0000 1.85
@@ -54,6 +54,9 @@ extern struct bmi_method_ops bmi_mx_ops;
#ifdef __STATIC_METHOD_BMI_IB__
extern struct bmi_method_ops bmi_ib_ops;
#endif
+#ifdef __STATIC_METHOD_BMI_PORTALS__
+extern struct bmi_method_ops bmi_portals_ops;
+#endif
static struct bmi_method_ops *const static_methods[] = {
#ifdef __STATIC_METHOD_BMI_TCP__
@@ -67,6 +70,9 @@ static struct bmi_method_ops *const stat
#endif
#ifdef __STATIC_METHOD_BMI_IB__
&bmi_ib_ops,
+#endif
+#ifdef __STATIC_METHOD_BMI_PORTALS__
+ &bmi_portals_ops,
#endif
NULL
};
More information about the Pvfs2-cvs
mailing list