mirror of https://github.com/BOINC/boinc.git
- account manager RPC: include TIME_STATS and NET_STATS in request message
svn path=/trunk/boinc/; revision=23429
This commit is contained in:
parent
2f6d21b5ac
commit
3d3d902896
|
@ -2458,3 +2458,9 @@ Charlie 24 Apr 2011
|
||||||
|
|
||||||
lib/
|
lib/
|
||||||
str_util.cpp
|
str_util.cpp
|
||||||
|
|
||||||
|
David 24 Apr 2011
|
||||||
|
- account manager RPC: include TIME_STATS and NET_STATS in request message
|
||||||
|
|
||||||
|
client/
|
||||||
|
acct_mgr.cpp
|
||||||
|
|
|
@ -187,6 +187,8 @@ int ACCT_MGR_OP::do_rpc(
|
||||||
gstate.acct_mgr_info.opaque
|
gstate.acct_mgr_info.opaque
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
gstate.time_stats.write(mf, true);
|
||||||
|
gstate.net_stats.write(mf);
|
||||||
fprintf(f, "</acct_mgr_request>\n");
|
fprintf(f, "</acct_mgr_request>\n");
|
||||||
fclose(f);
|
fclose(f);
|
||||||
sprintf(buf, "%srpc.php", url);
|
sprintf(buf, "%srpc.php", url);
|
||||||
|
|
Loading…
Reference in New Issue