support network server query attr (complete previous fix)
authorAleš Křenek <ljocha@ics.muni.cz>
Wed, 10 Sep 2008 09:39:14 +0000 (09:39 +0000)
committerAleš 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

index c9bde73..084fc18 100644 (file)
@@ -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};