- comment tweaks

This commit is contained in:
David Anderson 2013-05-03 15:14:00 -07:00
parent c8c1140be2
commit f1dd8cec18
2 changed files with 2 additions and 1 deletions

View File

@ -142,6 +142,7 @@ struct GLOBAL_PREFS {
// scheduling happens more often.
TIME_PREFS cpu_times;
double cpu_usage_limit;
// for CPU throttling. This is a percentage 0..100
double daily_xfer_limit_mb;
int daily_xfer_period_days;
double disk_interval;

View File

@ -109,7 +109,7 @@ struct TASK {
// dynamic stuff follows
double current_cpu_time;
// most recently measure CPU time of this task
// most recently measured CPU time of this task
double final_cpu_time;
// final CPU time of this task
double starting_cpu;