remote: Add missing piece for people using the RPC mechanism.

This commit is contained in:
Rom Walton 2015-06-25 13:41:15 -04:00
parent d9dcd82ada
commit e3bd34c4de
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ function batch_xml_to_object($batch) {
$b->credit_canonical = (double)($batch->credit_canonical);
$b->name = (string)($batch->name);
$b->app_name = (string)($batch->app_name);
$b->total_cpu_time = (string)($batch->total_cpu_time);
return $b;
}