lsa.idl: define lsa.ForestTrustCollisionInfo and ForestTrustCollisionRecord as public...
commit34fcb4e542ec61154a14c546a98fa096ab747eeb
authorAlexander Bokovoy <ab@samba.org>
Tue, 18 Mar 2014 17:41:38 +0000 (18 19:41 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 3 Apr 2014 12:37:06 +0000 (3 14:37 +0200)
treef816e1a0ab0e7723758aae0f97bcf888eb64aab5
parent3687ab1f9445e06751592487f5f3b5feb20987b1
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)

Autobuild-User(v4-1-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-1-test): Thu Apr  3 14:37:06 CEST 2014 on sn-devel-104
librpc/idl/lsa.idl