[Pvfs2-cvs] commit by walt in pvfs2-1/test/perfbase/benchmarks:
benchmark-utils.c
CVS commit program
cvs at parl.clemson.edu
Thu Jul 9 12:40:59 EDT 2009
Update of /projects/cvsroot/pvfs2-1/test/perfbase/benchmarks
In directory parlweb1:/tmp/cvs-serv7536/test/perfbase/benchmarks
Modified Files:
Tag: Orange-Merge1
benchmark-utils.c
Log Message:
Merged changes in Blue branch into Orange branch
Index: benchmark-utils.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/perfbase/benchmarks/benchmark-utils.c,v
diff -p -u -r1.3 -r1.3.70.1
--- benchmark-utils.c 14 May 2006 16:01:14 -0000 1.3
+++ benchmark-utils.c 9 Jul 2009 16:40:59 -0000 1.3.70.1
@@ -106,7 +106,7 @@ int test_util_get_io_perfs(
ret = PVFS_mgmt_perf_mon_list(
cur_fs, &creds, perf_matrix,
end_time_ms_array, addr_array, next_id_array,
- count, HISTORY, NULL);
+ count, HISTORY, NULL, NULL);
if(ret < 0)
{
PVFS_perror("PVFS_mgmt_perf_mon_list", ret);
@@ -143,7 +143,7 @@ int test_util_get_metadata_perfs(
ret = PVFS_mgmt_perf_mon_list(
cur_fs, &creds, perf_matrix,
end_time_ms_array, addr_array, next_id_array,
- count, HISTORY, NULL);
+ count, HISTORY, NULL, NULL);
if(ret < 0)
{
PVFS_perror("PVFS_mgmt_perf_mon_list", ret);
@@ -179,7 +179,7 @@ int test_util_get_queue_perfs(
ret = PVFS_mgmt_perf_mon_list(
cur_fs, &creds, perf_matrix,
end_time_ms_array, addr_array, next_id_array,
- count, HISTORY, NULL);
+ count, HISTORY, NULL, NULL);
if(ret < 0)
{
PVFS_perror("PVFS_mgmt_perf_mon_list", ret);
More information about the Pvfs2-cvs
mailing list