talloc: Introduce __talloc_with_prefix
authorVolker Lendecke <vl@samba.org>
Fri, 6 Sep 2013 19:18:26 +0000 (12:18 -0700)
committerVolker Lendecke <vl@samba.org>
Sun, 8 Sep 2013 09:34:06 +0000 (11:34 +0200)
commitdc201acbec6266a653aad0688816ce1cd1fffa10
tree138e62f2b1c6738e0ba1c8232149daec922f0785
parentb98092cd7a27908e54cceae1e51b637837519700
talloc: Introduce __talloc_with_prefix

This will allow to exchange the extra talloc pool header with the
talloc_chunk structure

Signed-off-by: Volker Lendecke <vl@samba.org>
Signed-off-by: Jeremy Allison <jra@samba.org>