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:
069b97a
)
support network server query attr (complete previous fix)
author
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 10 Sep 2008 09:39:14 +0000
(09:39 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 10 Sep 2008 09:39:14 +0000
(09:39 +0000)
org.glite.lb.server/src/lb_xml_parse.c.T
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/lb_xml_parse.c.T
b/org.glite.lb.server/src/lb_xml_parse.c.T
index
c9bde73
..
084fc18
100644
(file)
--- a/
org.glite.lb.server/src/lb_xml_parse.c.T
+++ b/
org.glite.lb.server/src/lb_xml_parse.c.T
@@
-51,7
+51,8
@@
static char *ops[] = { "equal","less","greater","within","unequal" },
*attrs[] = { "jobid","owner","status","location","destination",
"donecode","usertag","time","level","host","source",
"instance","type","chkpt_tag", "resubmitted", "parent_job",
- "exitcode", "jdl", "stateentertime", "lastupdatetime" };
+ "exitcode", "jdl", "stateentertime", "lastupdatetime",
+ "networkserver" };
static const struct timeval null_timeval = {0,0};