[PVFS2-CVS] commit by rbross in pvfs2/test/proto: bmi-send-recv.c bmi-send-recv.h test-bmi-server.c test-harness.c test-request.c

CVS commit program cvs at parl.clemson.edu
Mon Feb 16 16:35:33 EST 2004


Update of /projects/cvsroot/pvfs2/test/proto
In directory parlweb:/tmp/cvs-serv32729/test/proto

Modified Files:
	bmi-send-recv.c bmi-send-recv.h test-bmi-server.c 
	test-harness.c test-request.c 
Log Message:
Move from bmi_addr_t to PVFS_BMI_addr_t for consistency.


Index: bmi-send-recv.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/proto/bmi-send-recv.c,v
diff -p -u -r1.5 -r1.6
--- bmi-send-recv.c	30 May 2003 17:48:02 -0000	1.5
+++ bmi-send-recv.c	16 Feb 2004 21:35:33 -0000	1.6
@@ -16,7 +16,7 @@
 #define RET_CHECK(__name) if(ret != 0) {printf(__name);exit(-1);}
 
 int send_msg(bmi_op_id_t i, 
-		bmi_addr_t s, 
+		PVFS_BMI_addr_t s, 
 		void *msg, 
 		int size, 
 		int f, 
@@ -71,7 +71,7 @@ int send_msg(bmi_op_id_t i, 
 }
 
 int recv_msg(bmi_op_id_t i,
-				bmi_addr_t a,
+				PVFS_BMI_addr_t a,
 				void *buffer,
 				bmi_size_t s,
 				bmi_size_t *as,

Index: bmi-send-recv.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/proto/bmi-send-recv.h,v
diff -p -u -r1.3 -r1.4
--- bmi-send-recv.h	30 May 2003 17:48:02 -0000	1.3
+++ bmi-send-recv.h	16 Feb 2004 21:35:33 -0000	1.4
@@ -1,6 +1,6 @@
 
 int send_msg(bmi_op_id_t i, 
-		bmi_addr_t s, 
+		PVFS_BMI_addr_t s, 
 		void *msg, 
 		int size, 
 		int f, 
@@ -9,7 +9,7 @@ int send_msg(bmi_op_id_t i, 
 		bmi_context_id context);
 
 int recv_msg(bmi_op_id_t i,
-				bmi_addr_t a,
+				PVFS_BMI_addr_t a,
 				void *buffer,
 				bmi_size_t s,
 				bmi_size_t *as,

Index: test-bmi-server.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/proto/test-bmi-server.c,v
diff -p -u -r1.7 -r1.8
--- test-bmi-server.c	30 Jan 2004 20:12:16 -0000	1.7
+++ test-bmi-server.c	16 Feb 2004 21:35:33 -0000	1.8
@@ -40,7 +40,7 @@ int main(int argc, char **argv)	{
 	struct server_request* my_req = NULL;
 	struct server_ack* my_ack = NULL;
 	int ret = -1;
-	bmi_addr_t client_addr;
+	PVFS_BMI_addr_t client_addr;
 	void* recv_buffer = NULL;
 	bmi_op_id_t server_ops[2];
 	bmi_error_code_t error_code;

Index: test-harness.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/proto/test-harness.c,v
diff -p -u -r1.12 -r1.13
--- test-harness.c	16 Oct 2003 14:42:23 -0000	1.12
+++ test-harness.c	16 Feb 2004 21:35:33 -0000	1.13
@@ -26,7 +26,7 @@ int main(int argc, char **argv)
 	struct PINT_encoded_msg encoded;
 	struct PINT_decoded_msg decoded;
 	int ret;
-	bmi_addr_t me;
+	PVFS_BMI_addr_t me;
 	PVFS_object_attr *obj_attr;
 #ifdef USE_BMI_MSGS
 	bmi_op_id_t client_ops[2];

Index: test-request.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/proto/test-request.c,v
diff -p -u -r1.24 -r1.25
--- test-request.c	16 Oct 2003 14:42:23 -0000	1.24
+++ test-request.c	16 Feb 2004 21:35:33 -0000	1.25
@@ -298,7 +298,7 @@ int main(int argc, char **argv)
 	struct PVFS_server_resp *response;
 	struct PINT_encoded_msg encoded;
 	struct PINT_decoded_msg decoded;
-	bmi_addr_t me;
+	PVFS_BMI_addr_t me;
 	int ret = 0;
 	char* somechars = NULL;
 	int mylen = 0;



More information about the PVFS2-CVS mailing list