Torque specific changes
authorMichal Voců <michal@ruk.cuni.cz>
Mon, 26 Sep 2011 11:29:18 +0000 (11:29 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Mon, 26 Sep 2011 11:29:18 +0000 (11:29 +0000)
org.glite.lb.client/src/EventAttrNames.pl
org.glite.lb.common/interface/context.h
org.glite.lb.common/src/context.c

index 8963265..89a89ac 100644 (file)
        FAILURE_REASON
        WMS_DN
        PAYLOAD_OWNER
+       OLDSTATE
+       OLDSUBSTATE
+       NEWSTATE
+       NEWSUBSTATE
 /;
index ab0b1b2..8de9cd7 100644 (file)
@@ -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;
 
index d905525..9bb0acf 100644 (file)
@@ -329,6 +329,9 @@ static const char* const srcNames[] = {
        "LBServer",
        "CREAMInterface",
        "CREAMExecutor",
+       "PBSServer",
+       "PBSMom",
+       "PBSScheduler"
 };
 
 edg_wll_Source edg_wll_StringToSource(const char *name)