mirror of https://github.com/BOINC/boinc.git
- API: respect direct_process_action even if multi_process is set
svn path=/trunk/boinc/; revision=25031
This commit is contained in:
parent
125ad03a54
commit
8d1af7892f
|
@ -819,7 +819,7 @@ int suspend_activities() {
|
|||
}
|
||||
}
|
||||
#else
|
||||
if (options.multi_process) {
|
||||
if (options.multi_process && options.direct_process_action) {
|
||||
suspend_or_resume_descendants(0, false);
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -376,3 +376,9 @@ David 11 Jan 2012
|
|||
vbox.cpp,h
|
||||
floppyio.cpp,h
|
||||
vboxwrapper.cpp
|
||||
|
||||
David 11 Jan 2012
|
||||
- API: respect direct_process_action even if multi_process is set
|
||||
|
||||
api/
|
||||
boinc_api.cpp
|
||||
|
|
Loading…
Reference in New Issue