summaryrefslogtreecommitdiff
path: root/lib/talloc/pytalloc_private.h
AgeCommit message (Collapse)AuthorFilesLines
2016-03-08pytalloc: Add new BaseObjectAndrew Bartlett1-0/+26
This new object not only avoids the ABI issues of talloc.Object it stores one more pointer, being the start of the array, and so can be used to fix the PIDL bindings/talloc refcount issue. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>