summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/talloc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/talloc.h b/source3/include/talloc.h
index 32b0f28ae6..a4df28c8b0 100644
--- a/source3/include/talloc.h
+++ b/source3/include/talloc.h
@@ -29,9 +29,8 @@
struct talloc_chunk {
struct talloc_chunk *next;
+ size_t size;
void *ptr;
- size_t alloc_size;
- size_t total_size;
};
typedef struct {