- client: write GPU list in get_state() GUI RPC.

Otherwise manager doesn't know what GPUs we have.
This commit is contained in:
David Anderson 2013-01-19 11:38:36 -08:00 committed by Oliver Bock
parent 07747498f1
commit 4857dc5c06
1 changed files with 1 additions and 1 deletions

View File

@ -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