summaryrefslogtreecommitdiff
path: root/source3/include/talloc_stack.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-01-09 17:07:58 -0800
committerJeremy Allison <jra@samba.org>2008-01-09 17:07:58 -0800
commit5df6018114ca54d97a7d67d554a090a56270d45e (patch)
treeca0a88e03555595c10f439b82f2b08cd893d3758 /source3/include/talloc_stack.h
parent1ed4fcb271b7885c274bd88bafed8116779d8eb6 (diff)
downloadsamba-5df6018114ca54d97a7d67d554a090a56270d45e.tar.gz
samba-5df6018114ca54d97a7d67d554a090a56270d45e.tar.bz2
samba-5df6018114ca54d97a7d67d554a090a56270d45e.zip
Add the calls to make use of talloc_pools in a talloc_stackframe.
Jeremy. (This used to be commit d27e6c0548d21394f6399d3b737d175ffed8420d)
Diffstat (limited to 'source3/include/talloc_stack.h')
-rw-r--r--source3/include/talloc_stack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/talloc_stack.h b/source3/include/talloc_stack.h
index 331893cbd6..a2a12f8a63 100644
--- a/source3/include/talloc_stack.h
+++ b/source3/include/talloc_stack.h
@@ -45,6 +45,7 @@
*/
TALLOC_CTX *talloc_stackframe(void);
+TALLOC_CTX *talloc_stackframe_pool(size_t poolsize);
/*
* Get us the current top of the talloc stack.