summaryrefslogtreecommitdiff
path: root/source3/include/nameserv.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-08-24 19:28:08 +0000
committerTim Potter <tpot@samba.org>2001-08-24 19:28:08 +0000
commitc1f0d99013e0c29d76d51b81ec2396d055471a82 (patch)
tree70f800bbf250fca2175a6430492984276d5dcec7 /source3/include/nameserv.h
parent2236c671a0ecf303492a644adae002a6cf009bf2 (diff)
downloadsamba-c1f0d99013e0c29d76d51b81ec2396d055471a82.tar.gz
samba-c1f0d99013e0c29d76d51b81ec2396d055471a82.tar.bz2
samba-c1f0d99013e0c29d76d51b81ec2396d055471a82.zip
Process the SAM/UAS change notification message.
(This used to be commit efcbcfaa48d36063c974c20692ee2c38d09d2216)
Diffstat (limited to 'source3/include/nameserv.h')
-rw-r--r--source3/include/nameserv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/nameserv.h b/source3/include/nameserv.h
index 912e6f76f4..ff777fd1ca 100644
--- a/source3/include/nameserv.h
+++ b/source3/include/nameserv.h
@@ -507,12 +507,12 @@ struct packet_struct
/* NETLOGON opcodes */
#define QUERYFORPDC 7 /* Query for PDC. */
+#define SAM_UAS_CHANGE 10 /* Announce change to UAS or SAM. */
#define QUERYFORPDC_R 12 /* Response to Query for PDC. */
#define SAMLOGON 18
#define SAMLOGON_R 19
#define SAMLOGON_UNK_R 21
-
/* Ids for netbios packet types. */
#define ANN_HostAnnouncement 1