]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
witness.idl: make witness_interfaceList public to that ndr_print works in python
authorStefan Metzmacher <metze@samba.org>
Fri, 12 Jan 2024 15:54:32 +0000 (16:54 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 26 Jan 2024 17:00:32 +0000 (17:00 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
librpc/idl/witness.idl

index f69c9bbc009d48b4aa00be65f176062f9ca6c695..dc3af4a6e0b85688cc25d1a3334ce948e516f9e9 100644 (file)
@@ -43,7 +43,7 @@ interface witness
                witness_interfaceInfo_flags flags;
        } witness_interfaceInfo;
 
-       typedef struct {
+       typedef [public] struct {
                uint32 num_interfaces;
                [size_is(num_interfaces)] witness_interfaceInfo *interfaces;
        } witness_interfaceList;