lsa.idl: define lsa.ForestTrustCollisionInfo and ForestTrustCollisionRecord as public...
commitf9e8a9ef616f025e02bab6f4847a8e424c9625e6
authorAlexander Bokovoy <ab@samba.org>
Tue, 18 Mar 2014 17:41:38 +0000 (18 19:41 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 1 Apr 2014 07:08:08 +0000 (1 09:08 +0200)
tree5b48cc5e39f499ccccee469be190a902d34eb9b7
parentecfe72f19e64e2e253c52e96e13fd29fd2ac36bb
lsa.idl: define lsa.ForestTrustCollisionInfo and ForestTrustCollisionRecord as public structs

For Python bindings PIDL wants the struct to be defined as public if we
want to use __ndr_print/pack/unpack.

Define the [public] attribute to ForestTrustCollisionInfo/Record to
allow easier debugging when there is collision in establishing a trust.

This change does not affect C code as NDR functions are always
generated, only not exposed in Python bindings.

https://bugzilla.samba.org/show_bug.cgi?id=10504

Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
Autobuild-User(master): Alexander Bokovoy <ab@samba.org>
Autobuild-Date(master): Mon Mar 24 12:44:50 CET 2014 on sn-devel-104

(cherry picked from commit 59767911bded48388c27d5f9cd2ff1346a1c01a6)
librpc/idl/lsa.idl