mirror of https://github.com/BOINC/boinc.git
- comment tweaks
This commit is contained in:
parent
c8c1140be2
commit
f1dd8cec18
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue