From: Michal Voců Date: Fri, 4 Nov 2011 14:11:03 +0000 (+0000) Subject: fix build X-Git-Tag: merge_torque_to_head_src~8 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=29c1b88bf53c4efe8d31f95fce42a6e31478e89c;p=jra1mw.git fix build --- diff --git a/org.glite.lb.state-machine/src/process_event_pbs.c b/org.glite.lb.state-machine/src/process_event_pbs.c index 4f237da..8522617 100644 --- a/org.glite.lb.state-machine/src/process_event_pbs.c +++ b/org.glite.lb.state-machine/src/process_event_pbs.c @@ -171,7 +171,7 @@ int processEvent_PBS(intJobStat *js, edg_wll_Event *e, int ev_seq, int strict, c } if (USABLE_DATA(res)) { /* this is going to be the first server taking care of the job */ - rep(js->pub.network_server, e->RegJob.ns); + rep(js->pub.network_server, e->regJob.ns); } break; @@ -199,8 +199,7 @@ int processEvent_PBS(intJobStat *js, edg_wll_Event *e, int ev_seq, int strict, c case EDG_WLL_PBSTRANSFER_OK: /* update job location */ switch(e->PBSTransfer.destination) { - case EDG_WLL_SOURCE_SERVER: - rep(js->pub); + case EDG_WLL_SOURCE_PBS_SERVER: break; default: /* where is it going? */