diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-03-13 11:10:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:31 -0500 |
commit | d0f989628a777943c7c0b1f306e967cc4ba7a63f (patch) | |
tree | aec20bb47b5618b568dbe0fc5f0e3ce3e9b99ceb /source4/librpc/idl | |
parent | c8cfbfdc8bf6b6bf6da948d718a65957076c5472 (diff) | |
download | samba-d0f989628a777943c7c0b1f306e967cc4ba7a63f.tar.gz samba-d0f989628a777943c7c0b1f306e967cc4ba7a63f.tar.bz2 samba-d0f989628a777943c7c0b1f306e967cc4ba7a63f.zip |
r21817: give fields a meaning
metze
(This used to be commit 521355b57b74dbdccc6ae15738345e1d989ce262)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/drsuapi.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl index c1c9821d9b..f23914f8de 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -162,8 +162,8 @@ interface drsuapi typedef struct { drsuapi_DsReplicaObjectIdentifier *naming_context; - GUID guid1; - astring *string1; + GUID source_dsa_guid; + astring *other_info; /* I assume this is related to the repsFromTo1OtherInfo dns_name */ drsuapi_DsReplicaSyncOptions options; } drsuapi_DsReplicaSyncRequest1; |