[PVFS2-CVS]
commit by rbross in pvfs2/test/io/job: job-client-example.c
CVS commit program
cvs at parl.clemson.edu
Mon Feb 16 16:35:33 EST 2004
Update of /projects/cvsroot/pvfs2/test/io/job
In directory parlweb:/tmp/cvs-serv32729/test/io/job
Modified Files:
job-client-example.c
Log Message:
Move from bmi_addr_t to PVFS_BMI_addr_t for consistency.
Index: job-client-example.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/job/job-client-example.c,v
diff -p -u -r1.7 -r1.8
--- job-client-example.c 26 Aug 2003 02:37:59 -0000 1.7
+++ job-client-example.c 16 Feb 2004 21:35:32 -0000 1.8
@@ -31,7 +31,7 @@ int main(int argc, char **argv)
int ret = -1;
struct request_foo* req = NULL;
struct ack_foo* ack = NULL;
- bmi_addr_t server_addr;
+ PVFS_BMI_addr_t server_addr;
job_status_s status1;
job_id_t tmp_id;
job_context_id context;
More information about the PVFS2-CVS
mailing list