From d0f989628a777943c7c0b1f306e967cc4ba7a63f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 13 Mar 2007 11:10:48 +0000 Subject: r21817: give fields a meaning metze (This used to be commit 521355b57b74dbdccc6ae15738345e1d989ce262) --- source4/librpc/idl/drsuapi.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc') 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; -- cgit