From: František Dvořák Date: Tue, 6 Apr 2010 19:20:24 +0000 (+0000) Subject: Copy JDL string from CREAM event to main jdl field too. X-Git-Tag: glite-lb-client-java_R_1_0_2_1~23 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=65979b0d229947a434fd4a16ccda2c858115d0d1;p=jra1mw.git Copy JDL string from CREAM event to main jdl field too. --- diff --git a/org.glite.lb.state-machine/src/process_event_cream.c b/org.glite.lb.state-machine/src/process_event_cream.c index cfac36f..d4fc60d 100644 --- a/org.glite.lb.state-machine/src/process_event_cream.c +++ b/org.glite.lb.state-machine/src/process_event_cream.c @@ -81,6 +81,7 @@ int processEvent_Cream(intJobStat *js, edg_wll_Event *e, int ev_seq, int strict, } if (USABLE_DATA(res)) { rep_cond(js->pub.cream_owner, js->pub.owner); + rep_cond(js->pub.jdl, e->regJob.jdl); rep_cond(js->pub.cream_jdl, e->regJob.jdl); rep_cond(js->pub.cream_endpoint, e->regJob.ns); rep_cond(js->pub.destination, e->regJob.ns);