[Pvfs2-cvs] commit by pw in pvfs2/src/io/bmi: bmi-method-support.h

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


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

Modified Files:
	bmi-method-support.h 
Log Message:
Remove unused ops pointer from method addr structure.


Index: bmi-method-support.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi-method-support.h,v
diff -u -p -p -u -r1.30 -r1.31
--- bmi-method-support.h	6 Nov 2007 23:08:33 -0000	1.30
+++ bmi-method-support.h	30 Nov 2007 19:33:15 -0000	1.31
@@ -42,7 +42,6 @@
 struct bmi_method_addr
 {
     int method_type;
-    struct bmi_method_ops *ops;
     void *method_data;		/* area to be used by specific methods */
 };
 typedef struct bmi_method_addr bmi_method_addr_st, *bmi_method_addr_p;



More information about the Pvfs2-cvs mailing list