- Client: on read_cc_config() GUI RPC, reread app_config.xml files

as well as cc_config.xml
This commit is contained in:
David Anderson 2013-02-21 11:08:51 -08:00 committed by Oliver Bock
parent 7a0e89014c
commit d7be4f9f09
1 changed files with 5 additions and 0 deletions

View File

@ -1105,6 +1105,11 @@ static void handle_read_cc_config(GUI_RPC_CONN& grc) {
log_flags.show();
gstate.set_ncpus();
process_gpu_exclusions();
// also reread app_config.xml files
//
check_app_config();
gstate.request_schedule_cpus("Core client configuration");
gstate.request_work_fetch("Core client configuration");
set_no_rsc_config();