From 2513ac33de03e4c92f6d4a10595db44700971bb8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 8 Feb 2005 01:05:41 +0000 Subject: r5275: - added support for NBT_OPCODE_MULTI_HOME_REG (opcode 0xf) for WINS name registrations - fixed a bug in the send queue handling on timeouts - added support for handling unexpected replies (replies to the wrong port) at the nbtsocket layer - added separate layer 2 code for wins refresh and wins registration (This used to be commit 2502b02898407e3262c09a5a4aa573c5f87b8f5f) --- 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 d8164c9b06..1781ee09ec 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -159,6 +159,7 @@ struct nbt_name_register; struct nbt_name_refresh; struct nbt_name_register_bcast; struct nbt_name_refresh_wins; +struct nbt_name_register_wins; struct messaging_context; struct stream_connection; -- cgit