[PVFS2-CVS] commit by neill in pvfs2/src/io/job: job.c job.h

CVS commit program cvs at parl.clemson.edu
Thu Jul 15 14:36:08 EDT 2004


Update of /projects/cvsroot/pvfs2/src/io/job
In directory parlweb:/tmp/cvs-serv1362/src/io/job

Modified Files:
	job.c job.h 
Log Message:
- fix a typo
- replace scaling timeout and write_ack_transfer_timeout with pre-posting
  with an infinite timeout and adjusting it after the flow completes


Index: job.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/job/job.c,v
diff -p -u -r1.133 -r1.134
--- job.c	15 Jul 2004 16:57:52 -0000	1.133
+++ job.c	15 Jul 2004 17:36:08 -0000	1.134
@@ -238,7 +238,7 @@ void job_close_context(job_context_id co
  *
  * returns 0 on success, -PVFS_errno on failure
  */
-int job_reset_timout(job_id_t id, int timeout_sec)
+int job_reset_timeout(job_id_t id, int timeout_sec)
 {
     struct job_desc* query = NULL;
     int ret = -1;

Index: job.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/job/job.h,v
diff -p -u -r1.45 -r1.46
--- job.h	15 Jul 2004 16:57:52 -0000	1.45
+++ job.h	15 Jul 2004 17:36:08 -0000	1.46
@@ -60,7 +60,7 @@ int job_open_context(job_context_id* con
 
 void job_close_context(job_context_id context_id);
 
-int job_reset_timout(job_id_t id, int timeout_sec);
+int job_reset_timeout(job_id_t id, int timeout_sec);
 
 /******************************************************************
  * job posting functions 



More information about the PVFS2-CVS mailing list