-glite_lb_proxy: lbproxy.o ${LB_SERVER_SHARE_LIB}
+glite_lb_proxy: lbproxy.o fake_write2rgma.o ${LB_SERVER_SHARE_LIB}
@echo DEBUG: mysql_version=${mysql_version} mysql_prefix=${mysql_prefix}
@echo DEBUG: shell: x$(shell echo ${mysql_version} | cut -d. -f1,2)x
- ${LINK} -o $@ lbproxy.o ${LB_PROXY_LIBS}
+ ${LINK} -o $@ lbproxy.o fake_write2rgma.o ${LB_PROXY_LIBS}
default all: compile
--- /dev/null
+#ident "$Header$"
+
+#include <stdio.h>
+
+#include "glite/wmsutils/jobid/cjobid.h"
+#include "glite/lb/producer.h"
+#include "glite/lb/jobstat.h"
+
+char* write2rgma_statline(edg_wll_JobStat *stat)
+{
+ fputs("fake write2rgma_statline()\n",stderr);
+ return NULL;
+}
+
+void write2rgma_status(edg_wll_JobStat *stat)
+{
+ fputs("fake write2rgma_statline()\n",stderr);
+}
+
+void write2rgma_chgstatus(edg_wll_JobStat *stat, char *prev_statline)
+{
+ fputs("fake write2rgma_chgstatus()\n",stderr);
+}