git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c237e0
)
Torque specific changes
author
Michal Voců
<michal@ruk.cuni.cz>
Mon, 26 Sep 2011 11:29:18 +0000
(11:29 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Mon, 26 Sep 2011 11:29:18 +0000
(11:29 +0000)
org.glite.lb.client/src/EventAttrNames.pl
patch
|
blob
|
blame
|
history
org.glite.lb.common/interface/context.h
patch
|
blob
|
blame
|
history
org.glite.lb.common/src/context.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/src/EventAttrNames.pl
b/org.glite.lb.client/src/EventAttrNames.pl
index
8963265
..
89a89ac
100644
(file)
--- 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
(file)
--- 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
(file)
--- 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)