From: Michal Voců Date: Mon, 26 Sep 2011 11:29:18 +0000 (+0000) Subject: Torque specific changes X-Git-Tag: merge_torque_to_head_src~15 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=b7b1d095b2d9ef680f3b33b1cff01468682c8cab;p=jra1mw.git Torque specific changes --- diff --git a/org.glite.lb.client/src/EventAttrNames.pl b/org.glite.lb.client/src/EventAttrNames.pl index 8963265..89a89ac 100644 --- a/org.glite.lb.client/src/EventAttrNames.pl +++ b/org.glite.lb.client/src/EventAttrNames.pl @@ -115,4 +115,8 @@ FAILURE_REASON WMS_DN PAYLOAD_OWNER + OLDSTATE + OLDSUBSTATE + NEWSTATE + NEWSUBSTATE /; diff --git a/org.glite.lb.common/interface/context.h b/org.glite.lb.common/interface/context.h index ab0b1b2..8de9cd7 100644 --- a/org.glite.lb.common/interface/context.h +++ b/org.glite.lb.common/interface/context.h @@ -99,6 +99,9 @@ typedef enum _edg_wll_Source { EDG_WLL_SOURCE_LB_SERVER, EDG_WLL_SOURCE_CREAM_INTERFACE, EDG_WLL_SOURCE_CREAM_EXECUTOR, + EDG_WLL_SOURCE_PBS_SERVER, + EDG_WLL_SOURCE_PBS_MOM, + EDG_WLL_SOURCE_PBS_SCHEDULER, EDG_WLL_SOURCE__LAST /* marker, for internal use only */ } edg_wll_Source; diff --git a/org.glite.lb.common/src/context.c b/org.glite.lb.common/src/context.c index d905525..9bb0acf 100644 --- a/org.glite.lb.common/src/context.c +++ b/org.glite.lb.common/src/context.c @@ -329,6 +329,9 @@ static const char* const srcNames[] = { "LBServer", "CREAMInterface", "CREAMExecutor", + "PBSServer", + "PBSMom", + "PBSScheduler" }; edg_wll_Source edg_wll_StringToSource(const char *name)