perftest builds fine
authorJan Pospíšil <honik@ntc.zcu.cz>
Tue, 5 Jun 2007 13:28:30 +0000 (13:28 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Tue, 5 Jun 2007 13:28:30 +0000 (13:28 +0000)
org.glite.lb.common/Makefile
org.glite.lb.common/src/lb_perftest.c

index 3070597..d2dd7e0 100644 (file)
@@ -38,9 +38,8 @@ else
        JOBID_LIB:=-lglite_wmsutils_cjobid
 endif
 
-# FIXME:
-# PERF_HDRS:=lb_perftest.h
-# PERF_OBJS:=lb_perftest.o
+PERF_HDRS:=lb_perftest.h
+PERF_OBJS:=lb_perftest.o
 
 CFLAGS:=${DEBUG} -I${top_srcdir}/src -I${top_srcdir}/interface \
        -I. \
index 657b4b7..7e2e531 100644 (file)
@@ -1,3 +1,5 @@
+#ident "$Header$"
+
 #include <stdio.h>
 #include <errno.h>
 #include <sys/time.h>
 #include <ctype.h>
 
 #include "lb_perftest.h"
-// #include "glite/lb/producer.h"
 #include "trio.h"
 #include "il_msg.h"
 
-#ident "$Header$"
-
 static pthread_mutex_t perftest_lock = PTHREAD_MUTEX_INITIALIZER;
 static struct timeval endtime;
 static char *termination_string;