From 717ee453dd72511bab2b7fc0e9712e67e5870421 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 25 Aug 2010 15:21:08 +1000 Subject: s4-pyglue: added talloc_total_blocks() python call --- source4/scripting/python/samba/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/scripting/python/samba') diff --git a/source4/scripting/python/samba/__init__.py b/source4/scripting/python/samba/__init__.py index fcd224202b..72bbb4a7e3 100644 --- a/source4/scripting/python/samba/__init__.py +++ b/source4/scripting/python/samba/__init__.py @@ -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 -- cgit