]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
drsuapi.idl: change the u1 field in DsBindInfo* to "pid".
authorMichael Adam <obnox@samba.org>
Tue, 22 Jul 2008 13:33:26 +0000 (15:33 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 22 Jul 2008 14:28:13 +0000 (16:28 +0200)
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

source/librpc/idl/drsuapi.idl

index 43efddd15e64cec42267dde61d58d864eac972f4..56dd4830542b68298186b307ab799c2add581e6e 100644 (file)
@@ -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 {