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

CVS commit program cvs at parl.clemson.edu
Wed Jul 18 17:04:00 EDT 2007


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

Modified Files:
	bmi-method-support.h 
Log Message:
Remove unused method_addr field.


Index: bmi-method-support.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi-method-support.h,v
diff -u -p -p -u -r1.27 -r1.28
--- bmi-method-support.h	17 Sep 2006 19:18:32 -0000	1.27
+++ bmi-method-support.h	18 Jul 2007 21:04:00 -0000	1.28
@@ -35,17 +35,13 @@
  * method interfaces and data structures 
  */
 
-/* this is the generic address structure which contains adressing
+/* This is the generic address structure which contains adressing
  * information for every protocol we support.  The method routines
- * can look into the union to find necessary information for a given
- * device.
+ * upcast the void* to find their particular device information.
  */
 struct method_addr
 {
     int method_type;
-    /* indicates if the address is on the local machine (usually for 
-     * server listening) */
-    int local_addr;
     void *method_data;		/* area to be used by specific methods */
 };
 typedef struct method_addr method_addr_st, *method_addr_p;



More information about the Pvfs2-cvs mailing list