summaryrefslogtreecommitdiff
path: root/lib/util/talloc_stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/talloc_stack.h')
-rw-r--r--lib/util/talloc_stack.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/util/talloc_stack.h b/lib/util/talloc_stack.h
index 8e1644624b..2f5dcab0a3 100644
--- a/lib/util/talloc_stack.h
+++ b/lib/util/talloc_stack.h
@@ -53,7 +53,8 @@ TALLOC_CTX *_talloc_stackframe_pool(const char *location, size_t poolsize);
* Get us the current top of the talloc stack.
*/
-TALLOC_CTX *talloc_tos(void);
+#define talloc_tos() _talloc_tos(__location__)
+TALLOC_CTX *_talloc_tos(const char *location);
/*
* return true if a talloc stackframe exists