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

CVS commit program cvs at parl.clemson.edu
Fri Nov 30 14:33:16 EST 2007


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

Modified Files:
	ib.c 
Log Message:
Remove unused ops pointer from method addr structure.


Index: ib.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi_ib/ib.c,v
diff -u -p -p -u -r1.60 -r1.61
--- ib.c	15 Nov 2007 15:50:59 -0000	1.60
+++ ib.c	30 Nov 2007 19:33:16 -0000	1.61
@@ -6,7 +6,7 @@
  *
  * See COPYING in top-level directory.
  *
- * $Id: ib.c,v 1.60 2007/11/15 15:50:59 slang Exp $
+ * $Id: ib.c,v 1.61 2007/11/30 19:33:16 pw Exp $
  */
 #include <stdio.h>
 #include <stdlib.h>
@@ -41,8 +41,6 @@ static gen_mutex_t interface_mutex = GEN
  */
 static int bmi_ib_method_id;
 
-const struct bmi_method_ops bmi_ib_ops;
-
 /* alloc space for the single device structure pointer; one for
  * vapi and one for openib */
 ib_device_t *ib_device __hidden = NULL;
@@ -1611,7 +1609,6 @@ static struct bmi_method_addr *BMI_ib_me
     else
     {
 	map = ib_alloc_method_addr(0, hostname, port);  /* alloc new one */
-	map->ops = &bmi_ib_ops;
 	/* but don't call bmi_method_addr_reg_callback! */
     }
 



More information about the Pvfs2-cvs mailing list