aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ltests.h b/ltests.h
index 1a2d8d28..e9219e29 100644
--- a/ltests.h
+++ b/ltests.h
@@ -51,6 +51,7 @@
51 51
52/* memory-allocator control variables */ 52/* memory-allocator control variables */
53typedef struct Memcontrol { 53typedef struct Memcontrol {
54 int failnext;
54 unsigned long numblocks; 55 unsigned long numblocks;
55 unsigned long total; 56 unsigned long total;
56 unsigned long maxmem; 57 unsigned long maxmem;