From: Jan Pospíšil Date: Thu, 14 Jun 2007 18:48:16 +0000 (+0000) Subject: fill also condor_shadow_pid and condor_preempting X-Git-Tag: glite-lb-build_R_1_6_0_1~46 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=3db63ceacbd5353d2af704538bde69259bd56303;p=jra1mw.git fill also condor_shadow_pid and condor_preempting --- diff --git a/org.glite.lb.server/src/process_event_condor.c b/org.glite.lb.server/src/process_event_condor.c index e884205..299f120 100644 --- a/org.glite.lb.server/src/process_event_condor.c +++ b/org.glite.lb.server/src/process_event_condor.c @@ -66,6 +66,8 @@ int processEvent_Condor(intJobStat *js, edg_wll_Event *e, int ev_seq, int strict } if (USABLE_DATA(res)) { rep_cond(js->pub.condor_dest_host,e->CondorMatch.dest_host); + rep_cond(js->pub.condor_owner,e->CondorMatch.owner); + rep_cond(js->pub.condor_preempting,e->CondorMatch.preempting); } break; case EDG_WLL_EVENT_CONDORREJECT: @@ -107,6 +109,7 @@ int processEvent_Condor(intJobStat *js, edg_wll_Event *e, int ev_seq, int strict if (USABLE_DATA(res)) { switch (get_condor_event_source(e->any.seqcode)) { case EDG_WLL_CONDOR_EVENT_SOURCE_SHADOW: + js->pub.condor_shadow_pid = e->CondorShadowExited.shadow_pid; js->pub.condor_shadow_exit_status = e->CondorShadowExited.shadow_exit_status; break; default: