From acc27b497f6ba29ada9fc6a4392be3040a1c97be Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Tue, 28 Aug 2007 11:59:22 +0000 Subject: [PATCH] new prototype/missing includes --- org.glite.lb.server/src/il_lbproxy.c | 2 ++ org.glite.lb.server/src/jobstat.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/org.glite.lb.server/src/il_lbproxy.c b/org.glite.lb.server/src/il_lbproxy.c index ec7f6d6..cb61235 100644 --- a/org.glite.lb.server/src/il_lbproxy.c +++ b/org.glite.lb.server/src/il_lbproxy.c @@ -2,6 +2,8 @@ #include #include +#include +#include #include "glite/lb/context-int.h" #include "glite/lb/log_proto.h" diff --git a/org.glite.lb.server/src/jobstat.h b/org.glite.lb.server/src/jobstat.h index 2059a1a..b0bd9e3 100644 --- a/org.glite.lb.server/src/jobstat.h +++ b/org.glite.lb.server/src/jobstat.h @@ -81,6 +81,8 @@ typedef enum _edg_wll_CondorEventSource { EDG_WLL_CONDOR_EVENT_SOURCE__LAST } edg_wll_CondorEventSource; +int edg_wll_JobStatus(edg_wll_Context, const edg_wlc_JobId, int, edg_wll_JobStat *); + void destroy_intJobStat(intJobStat *); void destroy_intJobStat_extension(intJobStat *p); -- 1.8.2.3