[PVFS2-CVS]
commit by neill in pvfs2/src/io/bmi/bmi_gm: bmi-gm-addressing.h
bmi-gm.c
CVS commit program
cvs at parl.clemson.edu
Wed Feb 25 13:46:02 EST 2004
Update of /projects/cvsroot/pvfs2/src/io/bmi/bmi_gm
In directory parlweb:/tmp/cvs-serv7027/src/io/bmi/bmi_gm
Modified Files:
bmi-gm-addressing.h bmi-gm.c
Log Message:
- warning removal when configured to use gm
Index: bmi-gm-addressing.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi_gm/bmi-gm-addressing.h,v
diff -p -u -r1.5 -r1.6
--- bmi-gm-addressing.h 14 May 2003 20:29:47 -0000 1.5
+++ bmi-gm-addressing.h 25 Feb 2004 18:46:02 -0000 1.6
@@ -23,8 +23,6 @@
/* mask of ports that are off limits to user applications (see GM FAQ) */
#define BMI_GM_MAX_PORTS 8
-static unsigned int bmi_gm_reserved_ports[BMI_GM_MAX_PORTS] =
- {1,1,0,1,0,0,0,0};
/* TODO: this should be configurable */
#define BMI_GM_UNIT_NUM 0
Index: bmi-gm.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi_gm/bmi-gm.c,v
diff -p -u -r1.50 -r1.51
--- bmi-gm.c 30 Jan 2004 20:12:11 -0000 1.50
+++ bmi-gm.c 25 Feb 2004 18:46:02 -0000 1.51
@@ -30,6 +30,8 @@
#endif
static gen_mutex_t interface_mutex = GEN_MUTEX_INITIALIZER;
+static unsigned int bmi_gm_reserved_ports[BMI_GM_MAX_PORTS] =
+ {1,1,0,1,0,0,0,0};
/* function prototypes */
int BMI_gm_initialize(method_addr_p listen_addr,
More information about the PVFS2-CVS
mailing list