mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9534
This commit is contained in:
parent
ec9b73480a
commit
5b4a247ea5
|
@ -578,12 +578,12 @@ static void handle_process_control_msg() {
|
|||
if (app_client_shm->shm->process_control_request.get_msg(buf)) {
|
||||
if (match_tag(buf, "<suspend/>")) {
|
||||
boinc_status.suspended = true;
|
||||
boinc_suspend_activities();
|
||||
suspend_activities();
|
||||
}
|
||||
|
||||
if (match_tag(buf, "<resume/>")) {
|
||||
boinc_status.suspended = false;
|
||||
boinc_resume_activities();
|
||||
resume_activities();
|
||||
}
|
||||
|
||||
if (match_tag(buf, "<quit/>")) {
|
||||
|
|
Loading…
Reference in New Issue