update to enable build
authorMiloš Mulač <mulac@civ.zcu.cz>
Fri, 7 Mar 2008 10:18:57 +0000 (10:18 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Fri, 7 Mar 2008 10:18:57 +0000 (10:18 +0000)
org.glite.lb.client/examples/consumer_fake.c
org.glite.lb.client/src/perftest_logjobs.c

index 55140ca..b194322 100644 (file)
@@ -138,11 +138,10 @@ int edg_wll_QueryListener(
   }
 }
 
-
 /* cut'nd pasted from consumer.c */
 int edg_wll_JobLog(
        edg_wll_Context ctx,
-       edg_wlc_JobId   job,
+       glite_jobid_const_t     job,
        edg_wll_Event **eventsOut)
 {
        edg_wll_QueryRec        j[2], e[2];
index 99bde3b..595d812 100644 (file)
@@ -4,6 +4,7 @@
 #include <string.h>
 #include <getopt.h>
 #include <time.h>
+#include <errno.h>
 #include "glite/lb/context-int.h"
 #include "glite/lb/lb_perftest.h"
 #include "glite/lb/log_proto.h"