use new path glite/jobid instead of glite/wmsutils/jobid in include paths
authorMiloš Mulač <mulac@civ.zcu.cz>
Tue, 28 Aug 2007 12:00:49 +0000 (12:00 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Tue, 28 Aug 2007 12:00:49 +0000 (12:00 +0000)
org.glite.lb.server/src/bkindex.c
org.glite.lb.server/src/mon-db.c
org.glite.lb.server/src/notification.c
org.glite.lb.server/src/query.c
org.glite.lb.server/src/stats.c
org.glite.lb.server/src/store.c.T

index fdbee8d..47d9fb2 100644 (file)
@@ -9,7 +9,7 @@
 #include <assert.h>
 #include <errno.h>
 
-#include "glite/wmsutils/jobid/strmd5.h"
+#include "glite/jobid/strmd5.h"
 #include "glite/lb/context-int.h"
 #include "index.h"
 #include "lbs_db.h"
index d78be77..178526b 100644 (file)
@@ -8,7 +8,7 @@
 #include <sysexits.h>
 #include <assert.h>
 
-#include "glite/wmsutils/jobid/strmd5.h"
+#include "glite/jobid/strmd5.h"
 #include "glite/lb/consumer.h"
 #include "glite/lb/context-int.h"
 #include "glite/lb/jobstat.h"
@@ -95,7 +95,7 @@ static void usage()
 {
        fprintf(stderr,"usage: %s <options>\n"
                        "       -m,--mysql <dbstring>   use non-default database connection\n"
-                       "       -d,--debug              print debug info (if any)\n",
+                       "       -d,--debug              print debug info (if any)\n"
                        "       -v,--verbose            be verbose\n",
                        me);
 }
index 65d4e60..10a6818 100644 (file)
@@ -6,7 +6,7 @@
 #include <stdio.h>
 #include <errno.h>
 
-#include "glite/wmsutils/jobid/strmd5.h"
+#include "glite/jobid/strmd5.h"
 #include "glite/lb/trio.h"
 #include "glite/lb/context-int.h"
 #include "glite/lb/xml_parse.h"
index a583cca..0e314bd 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <expat.h>
 
-#include "glite/wmsutils/jobid/strmd5.h"
+#include "glite/jobid/strmd5.h"
 
 #include "glite/lb/context-int.h"
 #include "glite/lb/trio.h"
index c512e66..17bf9de 100644 (file)
@@ -12,7 +12,7 @@
 #include "glite/lb/jobstat.h"
 #include "glite/lb/context-int.h"
 
-#include "glite/wmsutils/jobid/strmd5.h"
+#include "glite/jobid/strmd5.h"
 
 #include "stats.h"
 static int stats_inc_counter(edg_wll_Context,const edg_wll_JobStat *,edg_wll_Stats *);
index 151cb6e..a94df0a 100644 (file)
@@ -17,7 +17,7 @@
 #include <errno.h>
 #include <syslog.h>
 
-#include "glite/wmsutils/jobid/strmd5.h"
+#include "glite/jobid/strmd5.h"
 
 #include "glite/lb/events_parse.h"
 #include "glite/lb/context-int.h"