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

CVS commit program cvs at parl.clemson.edu
Tue Apr 1 18:25:08 EST 2008


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

Modified Files:
      Tag: pvfs-2-7-branch
	bmi-method-support.h 
Log Message:
merge a bunch of fixes made to HEAD since 2.7.0.


Index: bmi-method-support.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi-method-support.h,v
diff -p -u -r1.30 -r1.30.2.1
--- bmi-method-support.h	6 Nov 2007 23:08:33 -0000	1.30
+++ bmi-method-support.h	1 Apr 2008 23:25:08 -0000	1.30.2.1
@@ -42,10 +42,9 @@
 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;
+typedef struct bmi_method_addr *bmi_method_addr_p;
 
 /* used to describe unexpected messages that arrive */
 struct bmi_method_unexpected_info
@@ -184,7 +183,7 @@ struct method_op
     void *buffer;		/* the memory region to transfer */
     bmi_size_t actual_size;	/* total size of the transfer */
     bmi_size_t expected_size;	/* expected size of the transfer */
-    bmi_method_addr_st *addr;	/* peer address involved in the communication */
+    bmi_method_addr_p addr;	/* peer address involved in the communication */
     int mode;		/* operation mode */
     bmi_context_id context_id;  /* context */
     struct qlist_head op_list_entry;	/* op_list link */



More information about the Pvfs2-cvs mailing list