TRL("Parent job", "%s", chpa, NULL);
TR("Status","%s",(chstat = edg_wll_StatToString(stat.state)), NULL);
free(chstat);
+ TR("Type","%s",edg_wll_StatusJobtypeNames[stat.jobtype], NULL);
TR("Owner","%s",stat.owner, NULL);
TR("Payload Owner","%s",stat.payload_owner, NULL);
TR("Condor Id","%s",stat.condorId, NULL);
free(lbstat);
TR("CREAM Status", "%s", (creamstat = edg_wll_CreamStatToString(stat.cream_state)), NULL);
free(creamstat);
+ TR("Type","%s",edg_wll_StatusJobtypeNames[stat.jobtype], NULL);
TR("Owner", "%s", stat.cream_owner, NULL);
TR("Endpoint", "%s", stat.cream_endpoint, NULL);
TR("Worker node", "%s", stat.cream_node, NULL);
TR("Status", "%s", (lbstat = edg_wll_StatToString(stat.state)), NULL);
free(lbstat);
+ TR("Type","%s",edg_wll_StatusJobtypeNames[stat.jobtype], NULL);
TR("Owner","%s",stat.owner, NULL);
chcj = edg_wlc_JobIdUnparse(stat.ft_compute_job);
TRL("Compute job", "%s", chcj, NULL);
TR("Status","%s",(chstat = edg_wll_StatToString(stat.state)));
free(chstat);
+ TR("type","%s",edg_wll_StatusJobtypeNames[stat.jobtype]);
TR("owner","%s",stat.owner);
TR("payload_owner","%s",stat.payload_owner);
TR("condorId","%s",stat.condorId);