From: Aleš Křenek Date: Wed, 9 Apr 2008 15:38:00 +0000 (+0000) Subject: keep dbctx as void * to avoid unnecessary dependence on lbjp-common.db X-Git-Tag: glite-yaim-lb_R_4_0_2_1~111 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=fdb6a18fc0a3936064c257f0ad0645f7432af810;p=jra1mw.git keep dbctx as void * to avoid unnecessary dependence on lbjp-common.db --- 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 */