From 736543016e35882d2ad784c3598a3e8c2c7fcc7b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 17 Dec 2005 15:45:38 +0000 Subject: r12304: split out the wins partner configuration into a seperate ldb. now $privatedir/wins_config.ldb contains the wins partners and $lockdir/wins.ldb contains the name records metze (This used to be commit baa4a7a9d4f16adf476846850a63dfbfd51b10b3) --- source4/wrepl_server/wrepl_server.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/wrepl_server/wrepl_server.h') diff --git a/source4/wrepl_server/wrepl_server.h b/source4/wrepl_server/wrepl_server.h index e781d85ab8..9631f0abc8 100644 --- a/source4/wrepl_server/wrepl_server.h +++ b/source4/wrepl_server/wrepl_server.h @@ -214,6 +214,9 @@ struct wreplsrv_service { /* some configuration */ struct { + /* the wins config db handle */ + struct ldb_context *ldb; + /* * the interval (in secs) till an active record will be marked as RELEASED */ -- cgit