From 4857dc5c06cd0297e503c1424acf9f31710d1977 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 19 Jan 2013 11:38:36 -0800 Subject: [PATCH] - client: write GPU list in get_state() GUI RPC. Otherwise manager doesn't know what GPUs we have. --- client/cs_statefile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cs_statefile.cpp b/client/cs_statefile.cpp index 01cb556db0..8e12cae27e 100644 --- a/client/cs_statefile.cpp +++ b/client/cs_statefile.cpp @@ -927,7 +927,7 @@ int CLIENT_STATE::write_state_gui(MIOFILE& f) { f.printf("\n"); - retval = host_info.write(f, true, false); + retval = host_info.write(f, true, true); if (retval) return retval; // the following are for compatibility with old managers