cleanup in progress - removed the dependency on client!
authorJan Pospíšil <honik@ntc.zcu.cz>
Sun, 10 Jun 2007 14:37:41 +0000 (14:37 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Sun, 10 Jun 2007 14:37:41 +0000 (14:37 +0000)
49 files changed:
org.glite.lb.server/Makefile
org.glite.lb.server/interface/lbs_db.h
org.glite.lb.server/interface/store.h
org.glite.lb.server/src/bkindex.c
org.glite.lb.server/src/bkserverd.c
org.glite.lb.server/src/db_store.c
org.glite.lb.server/src/dump.c
org.glite.lb.server/src/get_events.h
org.glite.lb.server/src/il_lbproxy.h
org.glite.lb.server/src/il_notification.h
org.glite.lb.server/src/jobstat.c
org.glite.lb.server/src/jobstat.h
org.glite.lb.server/src/jobstat_supp.c
org.glite.lb.server/src/lb_authz.c
org.glite.lb.server/src/lb_html.c
org.glite.lb.server/src/lb_html.h
org.glite.lb.server/src/lb_http.c
org.glite.lb.server/src/lb_http.h
org.glite.lb.server/src/lb_plugin.c
org.glite.lb.server/src/lb_proto.c
org.glite.lb.server/src/lb_proto.h
org.glite.lb.server/src/lb_xml_parse.c.T
org.glite.lb.server/src/lb_xml_parse.h
org.glite.lb.server/src/lb_xml_parse_V21.c.T
org.glite.lb.server/src/lb_xml_parse_V21.h
org.glite.lb.server/src/load.c
org.glite.lb.server/src/lock.h
org.glite.lb.server/src/notif_match.c
org.glite.lb.server/src/notification.c
org.glite.lb.server/src/openserver.c
org.glite.lb.server/src/process_event.c
org.glite.lb.server/src/process_event_condor.c
org.glite.lb.server/src/process_event_pbs.c
org.glite.lb.server/src/purge.h
org.glite.lb.server/src/query.c
org.glite.lb.server/src/query.h
org.glite.lb.server/src/server_state.h
org.glite.lb.server/src/srv_purge.c
org.glite.lb.server/src/stats.h
org.glite.lb.server/src/store.c.T
org.glite.lb.server/src/write2rgma.c
org.glite.lb.server/src/ws_fault.h
org.glite.lb.server/src/ws_query.c
org.glite.lb.server/src/ws_typemap.h
org.glite.lb.server/src/ws_typeref.c.T
org.glite.lb.server/src/ws_typeref.h
org.glite.lb.server/test/test_query_events.cpp
org.glite.lb.server/test/test_soap_conv.cpp
org.glite.lb.server/test/test_xml.cpp.T

index 40b213b..1e09780 100644 (file)
@@ -386,7 +386,8 @@ install:
        ${INSTALL} -m 644 ${top_srcdir}/interface/srv_perf.h ${PREFIX}/include/${globalprefix}/${lbprefix}
 
 clean:
-       rm -rf *.c *.h *.ch *.xh *.xml *.nsmap *.o *.lo .libs glite-lb-* ${STATIC_LIB_BK} test*
+       rm -rvf *.c *.h *.ch *.xh *.xml *.nsmap *.o *.lo .libs glite-lb-* ${STATIC_LIB_BK} ${PLUGIN_LIB} test*
+       rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/
 
 %.c: %.c.T
        rm -f $@
index 2fbdc0f..acdbb83 100644 (file)
@@ -6,7 +6,7 @@
 #include <sys/types.h>
 #include <sys/time.h>
 
-#include "glite/lb/consumer.h"
+#include "glite/lb/context.h"
 
 #ifdef __cplusplus
 extern "C" {
index 17e71ac..8b25900 100644 (file)
@@ -1,9 +1,8 @@
-#ifndef _LBS_STORE_H
-#define _LBS_STORE_H
+#ifndef __GLITE_LB_STORE_H__
+#define __GLITE_LB_STORE_H__
 
 #ident "$Header$"
 
-#include "glite/lb/consumer.h"
 #include "jobstat.h"
 #include "lb_authz.h"
 
@@ -57,4 +56,4 @@ int edg_wll_delete_event(edg_wll_Context,const char *, int);
 }
 #endif
 
-#endif
+#endif /* __GLITE_LB_STORE_H__ */
index 16e7da3..7f88935 100644 (file)
@@ -9,7 +9,6 @@
 #include <assert.h>
 
 #include "glite/wmsutils/jobid/strmd5.h"
-#include "glite/lb/consumer.h"
 #include "glite/lb/context-int.h"
 #include "index.h"
 #include "lbs_db.h"
index dd52f5f..8fe13ae 100644 (file)
@@ -37,8 +37,6 @@
 
 #include "glite/security/glite_gss.h"
 #include "glite/lb/srvbones.h"
-#include "glite/lb/consumer.h"
-#include "glite/lb/purge.h"
 #include "glite/lb/context.h"
 #include "glite/lb/mini_http.h"
 #include "glite/lb/context-int.h"
index 4513638..4a0ea51 100644 (file)
@@ -5,11 +5,9 @@
 #include <errno.h>
 #include <stdlib.h>
 
-#include "glite/lb/consumer.h"
 #include "glite/lb/context-int.h"
 #include "glite/lb/events_parse.h"
 #include "glite/lb/lb_maildir.h"
-#include "glite/lb/purge.h"
 #include "purge.h"
 #include "store.h"
 #include "lbs_db.h"
index e14a55c..71a31c6 100644 (file)
@@ -13,9 +13,6 @@
 #include "glite/lb/context-int.h"
 #include "glite/lb/events_parse.h"
 #include "glite/lb/ulm_parse.h"
-#include "glite/lb/purge.h"
-#include "glite/lb/purge.h"
-#include "glite/lb/dump.h"
 
 #include "lbs_db.h"
 #include "query.h"
index e3b6976..c3e0a18 100644 (file)
@@ -1,5 +1,11 @@
+#ifndef __GLITE_LB_GET_EVENTS_H__
+#define __GLITE_LB_GET_EVENTS_H__
 #ident "$Header$"
 
+#include "glite/lb/context.h"
+#include "glite/lb/events.h"
+#include "glite/lb/query_rec.h"
+
 /* Internal functions for getting event sets from the LB database */
 #include "lbs_db.h"
 
@@ -32,3 +38,4 @@ void edg_wll_SortPEvents(edg_wll_Event **);
 }
 #endif
 
+#endif /* __GLITE_LB_GET_EVENTS_H__ */
index 4107304..c4b5420 100644 (file)
@@ -1,5 +1,7 @@
-#ifndef IL_LBPROXY_H
-#define IL_LBPROXY_H
+#ifndef __GLITE_LB_IL_LBPROXY_H__
+#define __GLITE_LB_IL_LBPROXY_H__
+
+#include "glite/lb/context.h"
 
 #ifdef __cplusplus
 #extern "C" {
@@ -14,4 +16,4 @@ int edg_wll_EventSendProxy(edg_wll_Context ctx, const edg_wlc_JobId jobid, const
 }
 #endif
 
-#endif
+#endif /* __GLITE_LB_IL_LBPROXY_H__ */
index 52487c4..da85806 100644 (file)
@@ -1,8 +1,11 @@
-#ifndef IL_NOTIFICATION_H
-#define IL_NOTIFICATION_H
+#ifndef __GLITE_LB_IL_NOTIFICATION_H__
+#define __GLITE_LB_IL_NOTIFICATION_H__
+
+#ident "$Header$"
 
 /* needed for the edg_wll_NotifId */
-#include "glite/lb/notification.h"
+#include "glite/lb/notifid.h"
+
 /* import the edg_wll_JobStat structure */
 #include "glite/lb/jobstat.h"
 
@@ -93,4 +96,4 @@ edg_wll_NotifCancelRegId(edg_wll_Context context,
 }
 #endif
 
-#endif
+#endif /* __GLITE_LB_IL_NOTIFICATION_H__ */
index d1b49be..3618a4c 100644 (file)
@@ -10,7 +10,7 @@
 #include <regex.h>
 #include <syslog.h>
 
-#include "glite/lb/producer.h"
+#include "glite/lb/events.h"
 #include "glite/lb/context-int.h"
 #include "glite/lb/trio.h"
 
index 64e32b1..753cade 100644 (file)
@@ -1,9 +1,9 @@
-/* $Header$ */
-
-#ifndef _LBS_JOBSTAT_H
-#define _LBS_JOBSTAT_H
+#ifndef __GLITE_LB_LBS_JOBSTAT_H__
+#define __GLITE_LB_LBS_JOBSTAT_H__
 
+#ident "$Header$"
 
+#include "glite/lb/jobstat.h"
 #include "lbs_db.h"
 
 /*
@@ -123,4 +123,4 @@ void init_intJobStat(intJobStat *p);
 edg_wll_ErrorCode edg_wll_GetSubjobHistogram(edg_wll_Context, edg_wlc_JobId parent_jobid, int *hist);
 edg_wll_ErrorCode edg_wll_StoreSubjobHistogram(edg_wll_Context, edg_wlc_JobId parent_jobid, intJobStat *ijs);
 
-#endif
+#endif /* __GLITE_LB_LBS_JOBSTAT_H__*/
index c6d5bf8..2f24fef 100644 (file)
@@ -11,7 +11,6 @@
 #include <syslog.h>
 
 #include "glite/wmsutils/jobid/cjobid.h"
-#include "glite/lb/producer.h"
 #include "glite/lb/context-int.h"
 #include "glite/lb/trio.h"
 
index 4773441..dd5d048 100644 (file)
@@ -17,7 +17,6 @@
 #include "glite/security/voms/voms_apic.h"
 #include "glite/wmsutils/jobid/strmd5.h"
 #include "glite/wmsutils/jobid/cjobid.h"
-#include "glite/lb/producer.h"
 #include "glite/lb/trio.h"
 #include "lbs_db.h"
 
index e91a3ba..4f43cd8 100644 (file)
@@ -3,7 +3,6 @@
 #include "lb_html.h"
 #include "lb_proto.h"
 
-#include "glite/lb/consumer.h"
 #include "glite/lb/context-int.h"
 
 #include <string.h>
index 1cac83f..57c1685 100644 (file)
@@ -1,13 +1,15 @@
-#ifndef _LB_HTML
-#define _LB_HTML
+#ifndef __GLITE_LB_HTML_H__
+#define __GLITE_LB_HTML_H__
 
 #ident "$Header$"
 
-#include "glite/lb/consumer.h"
+#include "glite/lb/context.h"
+#include "glite/lb/events.h"
+#include "glite/lb/jobstat.h"
 
 int edg_wll_QueryToHTML(edg_wll_Context,edg_wll_Event *,char **);
 int edg_wll_JobStatusToHTML(edg_wll_Context, edg_wll_JobStat, char **);
 int edg_wll_UserJobsToHTML(edg_wll_Context, edg_wlc_JobId *, char **);
 char *edg_wll_ErrorToHTML(edg_wll_Context,int);
 
-#endif
+#endif /* __GLITE_LB_HTML_H__ */
index 3e2cb50..cbd5dc0 100644 (file)
@@ -6,7 +6,6 @@
 #include <errno.h>
 #include <unistd.h>
 
-#include "glite/lb/consumer.h"
 #include "glite/lb/mini_http.h"
 #include "glite/lb/context-int.h"
 
index 76bb883..c63745d 100644 (file)
@@ -1,13 +1,11 @@
-#ifndef _LB_HTTP_H
-#define _LB_HTTP_H
+#ifndef __GLITE_LB_HTTP_H__
+#define __GLITE_LB_HTTP_H__
 
 #ident "$Header$"
 
-#include <stdio.h>
-
-#include "glite/lb/consumer.h"
+#include "glite/lb/context.h"
 
 int edg_wll_ServerHTTP(edg_wll_Context);
 int edg_wll_ServerHTTPProxy(edg_wll_Context);
 
-#endif
+#endif /* __GLITE_LB_HTTP_H__ */
index 6630fa6..453f633 100644 (file)
@@ -16,7 +16,6 @@
 #include "glite/lb/events.h"
 #include "glite/lb/events_parse.h"
 #include "glite/lb/trio.h"
-#include "glite/lb/producer.h"
 
 #include "jobstat.h"
 #include "get_events.h"
index 7dba657..ef65998 100644 (file)
@@ -8,13 +8,9 @@
 
 #include <expat.h>
 
-#include "glite/lb/consumer.h"
 #include "glite/lb/context-int.h"
 #include "glite/lb/mini_http.h"
 #include "glite/lb/xml_conversions.h"
-#include "glite/lb/dump.h"
-#include "glite/lb/load.h"
-#include "glite/lb/purge.h"
 
 #include "lb_proto.h"
 #include "lb_html.h"
index aea3957..80f75e3 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef _LB_PROTO_H
-#define _LB_PROTO_H
+#ifndef __GLITE_LB_PROTO_H__
+#define __GLITE_LB_PROTO_H__
 
 #ident "$Header$"
 
-#include "glite/lb/consumer.h"
+#include "glite/lb/context.h"
 
 extern const char* const response_headers[];
 
@@ -24,4 +24,4 @@ extern edg_wll_ErrorCode edg_wll_Proto(
 
 extern char *edg_wll_HTTPErrorMessage(int);
 
-#endif
+#endif /* __GLITE_LB_PROTO_H__ */
index 764b188..14c4a0e 100644 (file)
@@ -8,16 +8,11 @@
 
 #include "glite/wmsutils/jobid/cjobid.h"
 
-#include "glite/lb/consumer.h"
 #include "glite/lb/escape.h"
 #include "glite/lb/context-int.h"
 #include "glite/lb/trio.h"
 #include "glite/lb/xml_conversions.h"
 
-#include "glite/lb/purge.h"
-#include "glite/lb/dump.h"
-#include "glite/lb/load.h"
-
 #include "lb_xml_parse.h"
 
 #ifdef __GNUC__
index 0d2821e..8171c59 100644 (file)
@@ -1,13 +1,12 @@
-#ifndef _LB_XML_PARSE_H
-#define _LB_XML_PARSE_H
+#ifndef __GLITE_LB_LB_XML_PARSE_H__
+#define __GLITE_LB_LB_XML_PARSE_H__
 
 #ident "$Header$"
 
-#include "glite/lb/consumer.h"
-#include "glite/lb/notification.h"
-#include "glite/lb/purge.h"
-#include "glite/lb/dump.h"
-#include "glite/lb/load.h"
+#include "glite/lb/context.h"
+#include "glite/lb/jobstat.h"
+#include "glite/lb/notif_rec.h"
+#include "glite/lb/query_rec.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -43,4 +42,4 @@ int parseStatsRequest(edg_wll_Context,char *,char **,edg_wll_QueryRec ***,edg_wl
 }
 #endif
        
-#endif
+#endif /* __GLITE_LB_LB_XML_PARSE_H__ */
index 259453a..1d351d5 100644 (file)
@@ -8,15 +8,11 @@
 
 #include "glite/wmsutils/jobid/cjobid.h"
 
-#include "glite/lb/consumer.h"
 #include "glite/lb/escape.h"
 #include "glite/lb/context-int.h"
 #include "glite/lb/trio.h"
 #include "glite/lb/xml_conversions.h"
 
-#include "glite/lb/purge.h"
-#include "glite/lb/dump.h"
-
 #include "lb_xml_parse_V21.h"
 
 #ifdef __GNUC__
index ea731dc..0ffb29e 100644 (file)
@@ -1,9 +1,11 @@
-#ifndef _LB_XML_PARSE_H_V21
-#define _LB_XML_PARSE_H_V21
+#ifndef __GLITE_LB_LB_XML_PARSE_V21_H__
+#define __GLITE_LB_LB_XML_PARSE_V21_H__
 
 #ident "$Header$"
 
-#include "glite/lb/consumer.h"
+#include "glite/lb/context.h"
+#include "glite/lb/jobstat.h"
+#include "glite/lb/query_rec.h"
 
 /* function for parsing/unparsing XML requests from client */
 
@@ -18,4 +20,4 @@ int edg_wll_UserJobsToXMLV21(edg_wll_Context, edg_wlc_JobId *, char **);
 int edg_wll_PurgeResultToXMLV21(edg_wll_Context ctx, edg_wll_PurgeResult *result, char **message);
 int edg_wll_DumpResultToXMLV21(edg_wll_Context ctx, edg_wll_DumpResult *result, char **message);
 
-#endif
+#endif /* __GLITE_LB_LB_XML_PARSE_V21_H__ */
index f1610c1..9db226f 100644 (file)
 #include "glite/lb/context-int.h"
 #include "glite/lb/events_parse.h"
 #include "glite/lb/ulm_parse.h"
-#include "glite/lb/purge.h"
-#include "glite/lb/purge.h"
 #include "glite/lb/events.h"
-#include "glite/lb/dump.h"
-#include "glite/lb/load.h"
 
 #include "store.h"
 #include "purge.h"
index b330177..1d2318a 100644 (file)
@@ -1,5 +1,14 @@
+#ifndef __GLITE_LB_LOCK_H__
+#define __GLITE_LB_LOCK_H__
+
+#ident "$Header$"
+
+#include "glite/lb/context.h"
+
 #define edg_wll_LockJob(ctx,job) edg_wll_LockUnlockJob((ctx),(job),-1)
 #define edg_wll_UnlockJob(ctx,job) edg_wll_LockUnlockJob((ctx),(job),1)
 
 int edg_wll_LockUnlockJob(const edg_wll_Context,const edg_wlc_JobId,int);
 int edg_wll_JobSemaphore(const edg_wll_Context ctx, const edg_wlc_JobId job);
+
+#endif /* __GLITE_LB_LOCK_H__ */
index 7b23e73..1435e46 100644 (file)
@@ -6,8 +6,6 @@
 #include <stdio.h>
 #include <syslog.h>
 
-#include "glite/lb/producer.h"
-#include "glite/lb/consumer.h"
 #include "glite/lb/context-int.h"
 #include "glite/lb/trio.h"
 
index 18d6287..6328e1f 100644 (file)
@@ -9,7 +9,7 @@
 #include "glite/lb/trio.h"
 #include "glite/lb/context-int.h"
 #include "glite/lb/xml_parse.h"
-#include "glite/lb/notification.h"
+
 #include "il_notification.h"
 #include "lbs_db.h"
 #include "query.h"
index 44c7854..215418f 100644 (file)
@@ -1,8 +1,5 @@
 #ident "$Header$"
 
-#include <stdlib.h>
-
-#include "glite/lb/consumer.h"
 #include "glite/lb/context-int.h"
 
 #include "lbs_db.h"
index 1bce002..9369c03 100644 (file)
@@ -7,7 +7,6 @@
 #include <assert.h>
 #include <syslog.h>
 
-#include "glite/lb/producer.h"
 #include "glite/lb/context-int.h"
 
 #include "jobstat.h"
index e884205..439d221 100644 (file)
@@ -7,7 +7,6 @@
 #include <assert.h>
 #include <syslog.h>
 
-#include "glite/lb/producer.h"
 #include "glite/lb/context-int.h"
 
 #include "jobstat.h"
index 64c69d7..bc21175 100644 (file)
@@ -7,7 +7,6 @@
 #include <assert.h>
 #include <syslog.h>
 
-#include "glite/lb/producer.h"
 #include "glite/lb/context-int.h"
 
 #include "jobstat.h"
index 91adb03..2904927 100644 (file)
@@ -1,5 +1,9 @@
-#ifndef __EDG_WORKLOAD_LOGGING_COMMON_PURGE_H__
-#define __EDG_WORKLOAD_LOGGING_COMMON_PURGE_H__
+#ifndef __GLITE_LB_PURGE_H__
+#define __GLITE_LB_PURGE_H__
+
+#ident "$Header"
+
+#include "glite/lb/context.h"
 
 /** Server side implementation
  *  besides output to the SSL stream (in the context) it may produce
@@ -54,4 +58,4 @@ extern int edg_wll_CreateFileStorage(
 #define edg_wll_CreateDumpFile(ctx, f)         edg_wll_CreateFileStorage(ctx,FILE_TYPE_DUMP,NULL,f)
 #define edg_wll_CreatePurgeFile(ctx, f)                edg_wll_CreateFileStorage(ctx,FILE_TYPE_PURGE,NULL,f)
 
-#endif
+#endif /* __GLITE_LB_PURGE_H__ */
index b07b9de..a583cca 100644 (file)
@@ -11,8 +11,6 @@
 
 #include "glite/wmsutils/jobid/strmd5.h"
 
-#include "glite/lb/consumer.h"
-#include "glite/lb/producer.h"
 #include "glite/lb/context-int.h"
 #include "glite/lb/trio.h"
 #include "glite/lb/xml_conversions.h"
index fe9c9e8..46419de 100644 (file)
@@ -1,5 +1,17 @@
+#ifndef __GLITE_LB_SERVER_QUERY_H__
+#define __GLITE_LB_SERVER_QUERY_H__
+
+#ident "$Header$"
+
+#include "glite/lb/context.h"
+#include "glite/lb/events.h"
+#include "glite/lb/jobstat.h"
+#include "glite/lb/query_rec.h"
+
 int convert_event_head(edg_wll_Context,char **,edg_wll_Event *);
 int check_strict_jobid(edg_wll_Context, const edg_wlc_JobId);
 int match_status(edg_wll_Context, const edg_wll_JobStat *stat,const edg_wll_QueryRec **conditions);
 
 #define NOTIF_ALL_JOBS "all_jobs"
+
+#endif /* __GLITE_LB_SERVER_QUERY_H__ */
index 029fb7c..f661b84 100644 (file)
@@ -1,10 +1,12 @@
-#ifndef _EDG_WORKLOAD_LOGGING_LBSERVER_H_
-#define EDG_WLL_STATE_DUMP_START       "StartDump"
-#define EDG_WLL_STATE_DUMP_END         "EndDump"
+#ifndef __GLITE_LB_SERVER_STATE_H__
+#define __GLITE_LB_SERVER_STATE_H__
 
 #ident "$Header$"
 
+#define EDG_WLL_STATE_DUMP_START       "StartDump"
+#define EDG_WLL_STATE_DUMP_END         "EndDump"
+
 int edg_wll_GetServerState(edg_wll_Context,const char *,char **);
 int edg_wll_SetServerState(edg_wll_Context,const char *,const char *);
 
-#endif
+#endif /* __GLITE_LB_SERVER_STATE_H__ */
index 5efad98..f0a00c0 100644 (file)
@@ -25,9 +25,6 @@
 #include "lbs_db.h"
 #include "query.h"
 #include "get_events.h"
-#include "glite/lb/purge.h"
-#include "glite/lb/load.h"
-#include "glite/lb/dump.h"
 #include "purge.h"
 #include "lb_xml_parse.h"
 
index dc869d3..a32c738 100644 (file)
@@ -1,5 +1,12 @@
-#ifndef __EDG_WORKLOAD_LOGGING_LBSERVER_STATS_H__
-#define __EDG_WORKLOAD_LOGGING_LBSERVER_STATS_H__
+#ifndef __GLITE_LB_STATS_H__
+#define __GLITE_LB_STATS_H__
+
+#ident "$Header$"
+
+#include "glite/lb/context.h"
+#include "glite/lb/events.h"
+#include "glite/lb/jobstat.h"
+#include "glite/lb/query_rec.h"
 
 int edg_wll_InitStatistics(edg_wll_Context);
 
@@ -67,4 +74,4 @@ int edg_wll_StateDurationServer(
        int     *res_to
 );
 
-#endif
+#endif /* __GLITE_LB_STATS_H__ */
index 28f32c6..03cbf84 100644 (file)
@@ -23,7 +23,6 @@
 
 #include "glite/lb/events_parse.h"
 #include "glite/lb/context-int.h"
-#include "glite/lb/producer.h"
 #include "glite/lb/log_proto.h"        /* for EDG_WLL_LOG_USER_DEFAULT */
 #include "glite/lb/trio.h"
 
index 7b4a60e..f5aae86 100755 (executable)
@@ -14,7 +14,6 @@
 #include <cclassad.h>
 
 #include "glite/lb/trio.h"
-#include "glite/lb/producer.h"
 #include "glite/lb/context-int.h"
 #include "glite/lb/jobstat.h"
 
index 70870cd..9120fca 100644 (file)
@@ -1,7 +1,11 @@
-#ifndef __EDG_WORKLOAD_LOGGING_LBSERVER_WS_FAULT_H__
-#define __EDG_WORKLOAD_LOGGING_LBSERVER_WS_FAULT_H__
+#ifndef __GLITE_LB_WS_FAULT_H__
+#define __GLITE_LB_WS_FAULT_H__
+
+#ident "$Header$"
+
+#include "glite/lb/context.h"
 
 extern void edg_wll_ErrToFault(const edg_wll_Context, struct soap *);
 extern void edg_wll_FaultToErr(const struct soap *, edg_wll_Context);
 
-#endif /* __EDG_WORKLOAD_LOGGING_LBSERVER_WS_FAULT_H__ */
+#endif /* __GLITE_LB_WS_FAULT_H__ */
index 10fd245..bc65f9a 100644 (file)
@@ -2,7 +2,6 @@
 #include <expat.h>
 
 #include "glite/lb/context-int.h"
-#include "glite/lb/consumer.h"
 #include "glite/lb/xml_parse.h"
 #include "glite/lb/xml_conversions.h"
 
index 6ea2d81..06679f9 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef __GLITE_LB_WS_TYPEMAP_H__
+#define __GLITE_LB_WS_TYPEMAP_H__
+
+#ident "$Header"
+
 #if GSOAP_VERSION >= 20700
 
 #define JOBID          lbt__queryAttr__JOBID
@@ -60,3 +65,5 @@
 #define LBServer       lbt__eventSource__LBServer
 
 #endif
+
+#endif /* __GLITE_LB_WS_TYPEMAP_H__ */
index b9fb90c..be0ba23 100644 (file)
@@ -7,7 +7,8 @@
 #include "bk_ws_H.h"
 #include "ws_typemap.h"
 
-#include "glite/lb/consumer.h"
+#include "glite/lb/events.h"
+#include "glite/lb/query_rec.h"
 /* XXX: references only, src and dest share pointers */
 
 #include "glite/security/glite_gscompat.h"
index e91841b..2b8515c 100644 (file)
@@ -1,5 +1,11 @@
-#ifndef __EDG_WORKLOAD_LOGGING_LBSERVER_WS_TYPEREF_H__
-#define __EDG_WORKLOAD_LOGGING_LBSERVER_WS_TYPEREF_H__
+#ifndef __GLITE_LB_WS_TYPEREF_H__
+#define __GLITE_LB_WS_TYPEREF_H__
+
+#ident "$Header"
+
+#include "glite/lb/jobstat.h"
+#include "glite/lb/query_rec.h"
+#include "glite/lb/events.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -85,4 +91,4 @@ extern void edg_wll_FreeSoapEvent(struct soap *, struct lbt__event *);
 }
 #endif
 
-#endif /* __EDG_WORKLOAD_LOGGING_LBSERVER_WS_TYPEREF_H__ */
+#endif /* __GLITE_LB_WS_TYPEREF_H__ */
index 1bc7c74..76ab6bd 100644 (file)
@@ -5,7 +5,7 @@
 #include <cppunit/extensions/TestFactoryRegistry.h>
 #include <cppunit/ui/text/TestRunner.h>
 
-#include <glite/lb/consumer.h>
+#include <glite/lb/query_rec.h>
 #include <glite/lb/context-int.h>
 
 #include "lbs_db.h"
index 10770dd..c5f4337 100644 (file)
@@ -6,7 +6,7 @@
 #include <cppunit/extensions/TestFactoryRegistry.h>
 #include <cppunit/ui/text/TestRunner.h>
 
-#include <glite/lb/consumer.h>
+#include <glite/lb/query_rec.h>
 
 #include "bk_ws_H.h"
 #include "ws_typeref.h"
index 3cfe623..9073970 100644 (file)
@@ -6,7 +6,6 @@
 #include <cppunit/ui/text/TestRunner.h>
 
 
-#include <glite/lb/producer.h>
 #include "lb_xml_parse.h"
 #include <glite/lb/xml_parse.h>