From fdb6a18fc0a3936064c257f0ad0645f7432af810 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 9 Apr 2008 15:38:00 +0000 Subject: [PATCH] keep dbctx as void * to avoid unnecessary dependence on lbjp-common.db --- org.glite.lb.common/interface/context-int.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org.glite.lb.common/interface/context-int.h b/org.glite.lb.common/interface/context-int.h index 4121721..54439a1 100644 --- a/org.glite.lb.common/interface/context-int.h +++ b/org.glite.lb.common/interface/context-int.h @@ -4,7 +4,6 @@ #ident "$Header$" #include "glite/security/glite_gss.h" -#include "glite/lbu/db.h" #include "glite/lb/jobstat.h" #include "glite/lb/query_rec.h" #include "glite/lb/lb_plain_io.h" @@ -53,7 +52,7 @@ glite_lb_padded_struct(_edg_wll_Context,150, /* server part */ - glite_lbu_DBContext dbctx; + void *dbctx; int dbcaps; edg_wll_Connections *connections; edg_wll_ConnPool *connPoolNotif; /* hold _one_ connection from notif-interlogger */ -- 1.8.2.3