- account manager RPC: include TIME_STATS and NET_STATS in request message

svn path=/trunk/boinc/; revision=23429
This commit is contained in:
David Anderson 2011-04-24 18:14:13 +00:00
parent 2f6d21b5ac
commit 3d3d902896
2 changed files with 8 additions and 0 deletions

View File

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

View File

@ -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, "</acct_mgr_request>\n");
fclose(f);
sprintf(buf, "%srpc.php", url);