1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-24 21:49:29 +03:00

epmapper.idl: make epm_twr_t available in python bindings

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit 2e71f5d935)
This commit is contained in:
Stefan Metzmacher
2015-07-16 17:15:24 +02:00
parent 0d53d8a83d
commit 0117f64889

View File

@ -214,7 +214,7 @@ interface epmapper
epm_floor floors[num_floors];
} epm_tower;
typedef struct {
typedef [public] struct {
[value(ndr_size_epm_tower(&tower, ndr->flags))] uint32 tower_length;
[subcontext(4)] epm_tower tower;
} epm_twr_t;