From: Aleš Křenek Date: Wed, 10 Sep 2008 09:39:14 +0000 (+0000) Subject: support network server query attr (complete previous fix) X-Git-Tag: myproxy-config-R_2_0_2_1~35 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=92fcfaa3258c23f0a8980a1d299c0c994b3b859b;p=jra1mw.git support network server query attr (complete previous fix) --- 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 --- 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};