mirror of https://github.com/BOINC/boinc.git
- client: write GPU list in get_state() GUI RPC.
Otherwise manager doesn't know what GPUs we have.
This commit is contained in:
parent
07747498f1
commit
4857dc5c06
|
@ -927,7 +927,7 @@ int CLIENT_STATE::write_state_gui(MIOFILE& f) {
|
||||||
|
|
||||||
f.printf("<client_state>\n");
|
f.printf("<client_state>\n");
|
||||||
|
|
||||||
retval = host_info.write(f, true, false);
|
retval = host_info.write(f, true, true);
|
||||||
if (retval) return retval;
|
if (retval) return retval;
|
||||||
|
|
||||||
// the following are for compatibility with old managers
|
// the following are for compatibility with old managers
|
||||||
|
|
Loading…
Reference in New Issue