summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-22 15:33:26 +0200
committerMichael Adam <obnox@samba.org>2008-07-22 16:28:13 +0200
commit1f54cc7953cbcad772e8e83371ed7082d6a6d757 (patch)
treee40ca3c71f1d890f641bcac3c89076ac5d583edc /source3/librpc
parent472519eb6941bc0972212cc416ab89801fe3ee0c (diff)
downloadsamba-1f54cc7953cbcad772e8e83371ed7082d6a6d757.tar.gz
samba-1f54cc7953cbcad772e8e83371ed7082d6a6d757.tar.bz2
samba-1f54cc7953cbcad772e8e83371ed7082d6a6d757.zip
drsuapi.idl: change the u1 field in DsBindInfo* to "pid".
According to the WSPP docs, section 5.35, this is the "process identifyer" of the client. It is meant for informational and debugging purposes only and its assignment is implementation specific. Michael (This used to be commit 5c2119ba63a5a119e1b8f055779e5c398333f177)
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/drsuapi.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/librpc/idl/drsuapi.idl b/source3/librpc/idl/drsuapi.idl
index 43efddd15e..56dd483054 100644
--- a/source3/librpc/idl/drsuapi.idl
+++ b/source3/librpc/idl/drsuapi.idl
@@ -67,14 +67,14 @@ interface drsuapi
typedef struct {
drsuapi_SupportedExtensions supported_extensions;
GUID site_guid;
- uint32 u1;
+ uint32 pid;
} drsuapi_DsBindInfo24;
/* this is used by w2k3 */
typedef struct {
drsuapi_SupportedExtensions supported_extensions;
GUID site_guid;
- uint32 u1;
+ uint32 pid;
uint32 repl_epoch;
} drsuapi_DsBindInfo28;
@@ -82,7 +82,7 @@ interface drsuapi
typedef struct {
drsuapi_SupportedExtensions supported_extensions;
GUID site_guid;
- uint32 u1;
+ uint32 pid;
uint32 repl_epoch;
drsuapi_SupportedExtensionsExt supported_extensions_ext;
GUID config_dn_guid;
@@ -1469,7 +1469,7 @@ interface drsuapi
GUID bind_guid;
NTTIME_1sec bind_time;
[flag(NDR_BIG_ENDIAN)] ipv4address client_ip_address;
- uint32 u5; /* this is the same value the client used as u1 in the DsBindInfoX struct */
+ uint32 u5; /* this is the same value the client used as pid in the DsBindInfoX struct */
} drsuapi_DsReplicaConnection04;
typedef struct {