From e5c518bebd22fa1520ce217b4177309e7717d0fc Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 14 Oct 2005 12:52:35 +0000 Subject: r11032: r10342@SERNOX: metze | 2005-09-20 11:00:26 +0200 - load our wins partners at start time: # this is a sample partner record: dn: name=SERNOX4-1,CN=PARTNERS objectClass: wreplPartner name: SERNOX4-9 address: 172.31.1.1 ourAddress: 172.31.9.1 type: 0x3 pullInterval: 3600 - go through all winsdb records in the database and create the wins_owner table, but don't add ourself to it as out nbt task will update the db too, we refetch the local max_versiion, each time we need it, (that typicaly onces per replication cycle) metze (This used to be commit 4490a2864e21f957547c30675e5f096a4409e5fb) --- source4/include/structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/include/structs.h') diff --git a/source4/include/structs.h b/source4/include/structs.h index 86cd3e1de83..faa2637f6fd 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -272,6 +272,7 @@ struct mutex_ops; struct ads_struct; +struct wreplsrv_service; struct wreplsrv_in_connection; struct wreplsrv_in_call; -- cgit