From b7b1d095b2d9ef680f3b33b1cff01468682c8cab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Voc=C5=AF?= Date: Mon, 26 Sep 2011 11:29:18 +0000 Subject: [PATCH] Torque specific changes --- org.glite.lb.client/src/EventAttrNames.pl | 4 ++++ org.glite.lb.common/interface/context.h | 3 +++ org.glite.lb.common/src/context.c | 3 +++ 3 files changed, 10 insertions(+) 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) -- 1.8.2.3