[PVFS2-CVS]
commit by robl in pvfs2/test/io/bmi: test-bmi-client-list-gm.c
test-bmi-server-gm.c test-bmi-server-list-gm.c
CVS commit program
cvs at parl.clemson.edu
Mon Feb 16 12:17:56 EST 2004
Update of /projects/cvsroot/pvfs2/test/io/bmi
In directory parlweb:/tmp/cvs-serv31485/test/io/bmi
Modified Files:
test-bmi-client-list-gm.c test-bmi-server-gm.c
test-bmi-server-list-gm.c
Log Message:
fix compile error: couple constants didn't get renamed
Index: test-bmi-client-list-gm.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/test-bmi-client-list-gm.c,v
diff -u -w -p -u -r1.9 -r1.10
--- test-bmi-client-list-gm.c 27 Aug 2003 11:36:15 -0000 1.9
+++ test-bmi-client-list-gm.c 16 Feb 2004 17:17:56 -0000 1.10
@@ -77,7 +77,7 @@ int main(int argc, char **argv) {
/* set debugging stuff */
gossip_enable_stderr();
- gossip_set_debug_mask(1, BMI_DEBUG_ALL);
+ gossip_set_debug_mask(1, GOSSIP_BMI_DEBUG_ALL);
/* initialize local interface */
ret = BMI_initialize("bmi_gm", NULL, 0);
@@ -311,7 +311,6 @@ static struct options* parse_args(int ar
/* getopt stuff */
extern char* optarg;
- extern int optind, opterr, optopt;
char flags[] = "h:r:s:c:";
int one_opt = 0;
Index: test-bmi-server-gm.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/test-bmi-server-gm.c,v
diff -u -w -p -u -r1.9 -r1.10
--- test-bmi-server-gm.c 12 Aug 2003 22:42:29 -0000 1.9
+++ test-bmi-server-gm.c 16 Feb 2004 17:17:56 -0000 1.10
@@ -62,7 +62,7 @@ int main(int argc, char **argv) {
/* set debugging stuff */
gossip_enable_stderr();
- gossip_set_debug_mask(0, BMI_DEBUG_ALL);
+ gossip_set_debug_mask(0, GOSSIP_BMI_DEBUG_ALL);
/* initialize local interface (default options) */
@@ -360,7 +360,6 @@ static struct options* parse_args(int ar
/* getopt stuff */
extern char* optarg;
- extern int optind, opterr, optopt;
char flags[] = "h:r:s:c:";
int one_opt = 0;
Index: test-bmi-server-list-gm.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/test-bmi-server-list-gm.c,v
diff -u -w -p -u -r1.8 -r1.9
--- test-bmi-server-list-gm.c 27 Aug 2003 11:36:15 -0000 1.8
+++ test-bmi-server-list-gm.c 16 Feb 2004 17:17:56 -0000 1.9
@@ -64,7 +64,7 @@ int main(int argc, char **argv) {
/* set debugging stuff */
gossip_enable_stderr();
- gossip_set_debug_mask(1, BMI_DEBUG_ALL);
+ gossip_set_debug_mask(1, GOSSIP_BMI_DEBUG_ALL);
/* initialize local interface (default options) */
@@ -245,7 +245,6 @@ static struct options* parse_args(int ar
/* getopt stuff */
extern char* optarg;
- extern int optind, opterr, optopt;
char flags[] = "h:r:s:c:";
int one_opt = 0;
More information about the PVFS2-CVS
mailing list