diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-10-14 12:52:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:42:32 -0500 |
commit | e5c518bebd22fa1520ce217b4177309e7717d0fc (patch) | |
tree | d282500bdc9cb6f8cdafec0af257f89faafaadcc /source4/include/structs.h | |
parent | 56e4a9dd2b8d1e0f7020ad607e1763836d9948a8 (diff) | |
download | samba-e5c518bebd22fa1520ce217b4177309e7717d0fc.tar.gz samba-e5c518bebd22fa1520ce217b4177309e7717d0fc.tar.bz2 samba-e5c518bebd22fa1520ce217b4177309e7717d0fc.zip |
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)
Diffstat (limited to 'source4/include/structs.h')
-rw-r--r-- | source4/include/structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h index 86cd3e1de8..faa2637f6f 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; |