diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-28 17:50:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:16:52 -0500 |
commit | 3400d91197aef446d6d113363f12edd7f14525a4 (patch) | |
tree | d4e5f0bc6efb4fbf0ae03eff64498936f73fa773 /source4/lib/talloc/talloc.h | |
parent | 98a1bd7fb3c3affa88972d5766753e6810cd1410 (diff) | |
download | samba-3400d91197aef446d6d113363f12edd7f14525a4.tar.gz samba-3400d91197aef446d6d113363f12edd7f14525a4.tar.bz2 samba-3400d91197aef446d6d113363f12edd7f14525a4.zip |
r17893: add a function to disable the null_context
metze
(This used to be commit 7cab4285b1b61ad5cb425e42d89bcf7d645b0710)
Diffstat (limited to 'source4/lib/talloc/talloc.h')
-rw-r--r-- | source4/lib/talloc/talloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/talloc/talloc.h b/source4/lib/talloc/talloc.h index b904029bda..f080f0498d 100644 --- a/source4/lib/talloc/talloc.h +++ b/source4/lib/talloc/talloc.h @@ -129,6 +129,7 @@ size_t talloc_total_blocks(const void *ptr); void talloc_report_full(const void *ptr, FILE *f); void talloc_report(const void *ptr, FILE *f); void talloc_enable_null_tracking(void); +void talloc_disable_null_tracking(void); void talloc_enable_leak_report(void); void talloc_enable_leak_report_full(void); void *_talloc_zero(const void *ctx, size_t size, const char *name); |