mirror of https://github.com/BOINC/boinc.git
hangup modem if dialed
svn path=/trunk/boinc/; revision=759
This commit is contained in:
parent
7509d99ac0
commit
725eeee2e9
|
@ -37,6 +37,7 @@ GLOBAL_PREFS::GLOBAL_PREFS() {
|
|||
dont_run_on_batteries = false;
|
||||
dont_run_if_user_active = false;
|
||||
confirm_before_connecting = false;
|
||||
hangup_if_dialed = false;
|
||||
high_water_days = 3;
|
||||
low_water_days = 1;
|
||||
disk_max_used_gb = 1;
|
||||
|
|
|
@ -37,6 +37,7 @@ struct GLOBAL_PREFS {
|
|||
bool dont_run_on_batteries;
|
||||
bool dont_run_if_user_active;
|
||||
bool confirm_before_connecting;
|
||||
bool hangup_if_dialed;
|
||||
double high_water_days;
|
||||
double low_water_days;
|
||||
double disk_max_used_gb;
|
||||
|
|
Loading…
Reference in New Issue