summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/netlogon.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-17 02:56:09 +0100
committerGünther Deschner <gd@samba.org>2008-02-17 02:56:09 +0100
commit59163ba5153a82a621c6e194c7d654fdacab64c3 (patch)
treeb84aeebde90b6d94b48a04325e8dac6904b9d47e /source3/librpc/gen_ndr/netlogon.h
parent7d1f1681063ddddbf9ace00585604ca5f283ae6d (diff)
downloadsamba-59163ba5153a82a621c6e194c7d654fdacab64c3.tar.gz
samba-59163ba5153a82a621c6e194c7d654fdacab64c3.tar.bz2
samba-59163ba5153a82a621c6e194c7d654fdacab64c3.zip
Re-run make idl.
Guenther (This used to be commit ee22ac6bb8e8c5281fc3dd35cb724f6c7a610933)
Diffstat (limited to 'source3/librpc/gen_ndr/netlogon.h')
-rw-r--r--source3/librpc/gen_ndr/netlogon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/netlogon.h b/source3/librpc/gen_ndr/netlogon.h
index bff2d91a03..058e5e7fb0 100644
--- a/source3/librpc/gen_ndr/netlogon.h
+++ b/source3/librpc/gen_ndr/netlogon.h
@@ -603,6 +603,7 @@ union netr_CONTROL_QUERY_INFORMATION {
enum netr_LogonControlCode
#ifndef USE_UINT_ENUMS
{
+ NETLOGON_CONTROL_SYNC=2,
NETLOGON_CONTROL_REDISCOVER=5,
NETLOGON_CONTROL_TC_QUERY=6,
NETLOGON_CONTROL_TRANSPORT_NOTIFY=7,
@@ -610,6 +611,7 @@ enum netr_LogonControlCode
}
#else
{ __donnot_use_enum_netr_LogonControlCode=0x7FFFFFFF}
+#define NETLOGON_CONTROL_SYNC ( 2 )
#define NETLOGON_CONTROL_REDISCOVER ( 5 )
#define NETLOGON_CONTROL_TC_QUERY ( 6 )
#define NETLOGON_CONTROL_TRANSPORT_NOTIFY ( 7 )