From 5e6082b4b0e8d47d8634cf1b0c5bb460d0b6dbd1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 31 Jan 2005 03:14:15 +0000 Subject: r5117: used a composite function to add 4 stage name registration. We send 3 broadcast name registration demands per name per interface at 1 second intervals, then send a name overwrite request and demand. Any name conflict replies are reported. (This used to be commit d656fba6f1a2e9d8c03893741327e5fb59c5271e) --- source4/include/structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/include') diff --git a/source4/include/structs.h b/source4/include/structs.h index 69f84ea55e..9c1a1e329f 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -151,6 +151,7 @@ struct nbt_name_socket; struct nbt_name_query; struct nbt_name_status; struct nbt_name_register; +struct nbt_name_register_bcast; struct messaging_context; struct stream_connection; -- cgit