1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

s4-pyglue: added talloc_total_blocks() python call

This commit is contained in:
Andrew Tridgell
2010-08-25 15:21:08 +10:00
parent ba5b3fb248
commit 717ee453dd
2 changed files with 23 additions and 2 deletions

View File

@ -329,3 +329,4 @@ unix2nttime = _glue.unix2nttime
generate_random_password = _glue.generate_random_password
talloc_report_full = _glue.talloc_report_full
talloc_enable_null_tracking = _glue.talloc_enable_null_tracking
talloc_total_blocks = _glue.talloc_total_blocks