diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-08-25 15:21:08 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-08-25 23:05:05 +1000 |
commit | 717ee453dd72511bab2b7fc0e9712e67e5870421 (patch) | |
tree | 88169bbcda96dee88606e5ee7602c5c9e16226eb /source4/scripting/python/samba | |
parent | ba5b3fb2480af2b3f8b5b69e4c161af07241e0c4 (diff) | |
download | samba-717ee453dd72511bab2b7fc0e9712e67e5870421.tar.gz samba-717ee453dd72511bab2b7fc0e9712e67e5870421.tar.xz samba-717ee453dd72511bab2b7fc0e9712e67e5870421.zip |
s4-pyglue: added talloc_total_blocks() python call
Diffstat (limited to 'source4/scripting/python/samba')
-rw-r--r-- | source4/scripting/python/samba/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/__init__.py b/source4/scripting/python/samba/__init__.py index fcd224202b5..72bbb4a7e35 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 |