From ee68e68d90d1dd3fc0325cd1400e588454b39fd1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Fri, 7 Mar 2008 10:18:57 +0000 Subject: [PATCH] update to enable build --- org.glite.lb.client/examples/consumer_fake.c | 3 +-- org.glite.lb.client/src/perftest_logjobs.c | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.lb.client/examples/consumer_fake.c b/org.glite.lb.client/examples/consumer_fake.c index 55140ca..b194322 100644 --- a/org.glite.lb.client/examples/consumer_fake.c +++ b/org.glite.lb.client/examples/consumer_fake.c @@ -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]; diff --git a/org.glite.lb.client/src/perftest_logjobs.c b/org.glite.lb.client/src/perftest_logjobs.c index 99bde3b..595d812 100644 --- a/org.glite.lb.client/src/perftest_logjobs.c +++ b/org.glite.lb.client/src/perftest_logjobs.c @@ -4,6 +4,7 @@ #include #include #include +#include #include "glite/lb/context-int.h" #include "glite/lb/lb_perftest.h" #include "glite/lb/log_proto.h" -- 1.8.2.3