[Pvfs2-cvs] commit by walt in pvfs2-1/src/apps/kernel/linux:
pvfs2-client-core.c
CVS commit program
cvs at parl.clemson.edu
Fri Jun 17 15:26:26 EDT 2011
Update of /projects/cvsroot/pvfs2-1/src/apps/kernel/linux
In directory parlweb1:/tmp/cvs-serv23779/src/apps/kernel/linux
Modified Files:
Tag: Orange-Branch
pvfs2-client-core.c
Log Message:
fixed stupid break
Index: pvfs2-client-core.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/apps/kernel/linux/pvfs2-client-core.c,v
diff -p -u -r1.105.10.8 -r1.105.10.9
--- pvfs2-client-core.c 7 Jun 2011 21:58:19 -0000 1.105.10.8
+++ pvfs2-client-core.c 17 Jun 2011 19:26:26 -0000 1.105.10.9
@@ -3739,7 +3739,7 @@ static void parse_args(int argc, char **
};
assert(opts);
- opts->perf_time_interval_secs = PERF_DEFAULT_TIME_INTERVAL_SECS;
+ opts->perf_time_interval_secs = PERF_DEFAULT_UPDATE_INTERVAL / 1000;
opts->perf_history_size = PERF_DEFAULT_HISTORY_SIZE;
while((ret = getopt_long(argc, argv, "ha:n:L:",
More information about the Pvfs2-cvs
mailing list