diff options
author | Jeremy Allison <jra@samba.org> | 1997-12-24 07:10:04 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1997-12-24 07:10:04 +0000 |
commit | 0c0777400fd4a2e0586761514345153c9ee218ed (patch) | |
tree | 4339eb77dd96d1e87b81a96054396443b760931a /source3/include | |
parent | 5f38824696c86c35f3f0a98af8e6d623c3d2fcb3 (diff) | |
download | samba-0c0777400fd4a2e0586761514345153c9ee218ed.tar.gz samba-0c0777400fd4a2e0586761514345153c9ee218ed.tar.bz2 samba-0c0777400fd4a2e0586761514345153c9ee218ed.zip |
Finally added the code Andrew wanted that will allow a Samba domain
master browser to use the *<1b> feature of the Samba WINS server to
get a full workgroup list.
nmbd.c: Added timed call to collect_all_workgroup_names_from_wins_server().
nmbd_browsesync.c: Meat of the code to implement collect_all_workgroup_names_from_wins_server().
nmbd_incomingdgrams.c: Fixed comment typo.
Jeremy.
(This used to be commit 1a3ab3e84a415a6d0d9b4cafb3f0f6e8cbe3fa69)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 6301a7b39d..df9c146cd9 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -504,6 +504,7 @@ void remove_workgroup_lmb_browsers(char *work_group); void dmb_expire_and_sync_browser_lists(time_t t); void announce_and_sync_with_domain_master_browser( struct subnet_record *subrec, struct work_record *work); +void collect_all_workgroup_names_from_wins_server(time_t t); /*The following definitions come from nmbd_elections.c */ |