summaryrefslogtreecommitdiff
path: root/source3/include/talloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/talloc.h')
-rw-r--r--source3/include/talloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/talloc.h b/source3/include/talloc.h
index 85a722d080..32b0f28ae6 100644
--- a/source3/include/talloc.h
+++ b/source3/include/talloc.h
@@ -36,6 +36,7 @@ struct talloc_chunk {
typedef struct {
struct talloc_chunk *list;
+ size_t total_alloc_size;
} TALLOC_CTX;
#endif