From 3d3d9028962aeb41d92457652b82cd21f0f92cf7 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 24 Apr 2011 18:14:13 +0000 Subject: [PATCH] - account manager RPC: include TIME_STATS and NET_STATS in request message svn path=/trunk/boinc/; revision=23429 --- checkin_notes | 6 ++++++ client/acct_mgr.cpp | 2 ++ 2 files changed, 8 insertions(+) diff --git a/checkin_notes b/checkin_notes index 1a1b18cbab..208f275030 100644 --- a/checkin_notes +++ b/checkin_notes @@ -2458,3 +2458,9 @@ Charlie 24 Apr 2011 lib/ str_util.cpp + +David 24 Apr 2011 + - account manager RPC: include TIME_STATS and NET_STATS in request message + + client/ + acct_mgr.cpp diff --git a/client/acct_mgr.cpp b/client/acct_mgr.cpp index ffe1274909..6290ee5e8b 100644 --- a/client/acct_mgr.cpp +++ b/client/acct_mgr.cpp @@ -187,6 +187,8 @@ int ACCT_MGR_OP::do_rpc( gstate.acct_mgr_info.opaque ); } + gstate.time_stats.write(mf, true); + gstate.net_stats.write(mf); fprintf(f, "\n"); fclose(f); sprintf(buf, "%srpc.php", url);