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

CVS commit program cvs at parl.clemson.edu
Thu Nov 17 18:04:36 EST 2005


Update of /projects/cvsroot/pvfs2/src/io/flow
In directory parlweb:/tmp/cvs-serv21766/src/io/flow

Modified Files:
      Tag: slang-sio-branch
	flow.c flow.h 
Log Message:
fixed a bug in flow caused by outsize being updated correctly in trove now.  Also, s/transfered/transferred/.


Index: flow.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/flow/flow.c,v
diff -p -u -r1.49 -r1.49.2.1
--- flow.c	13 Sep 2005 15:42:29 -0000	1.49
+++ flow.c	17 Nov 2005 23:04:36 -0000	1.49.2.1
@@ -500,7 +500,7 @@ int PINT_flow_getinfo(flow_descriptor *f
     {
     case FLOW_AMT_COMPLETE_QUERY:
 	tmp_size = (PVFS_size*)parameter;
-	*tmp_size = flow_d->total_transfered;
+	*tmp_size = flow_d->total_transferred;
 	break;
     default:
 	break;

Index: flow.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/flow/flow.h,v
diff -p -u -r1.34 -r1.34.2.1
--- flow.h	29 Aug 2005 16:10:54 -0000	1.34
+++ flow.h	17 Nov 2005 23:04:36 -0000	1.34.2.1
@@ -125,7 +125,7 @@ struct flow_descriptor
 
     enum flow_state state;	/* final state of flow */
     PVFS_error error_code;	/* specific errno value if failure */
-    PVFS_size total_transfered;	/* total amt. of data xfered */
+    PVFS_size total_transferred;	/* total amt. of data xferred */
 
 	/***********************************************************/
     /* fields reserved strictly for internal use */



More information about the PVFS2-CVS mailing list