aboutsummaryrefslogtreecommitdiff
path: root/pk/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'pk/boot.h')
-rw-r--r--pk/boot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pk/boot.h b/pk/boot.h
index f8bc51c..3ba5a45 100644
--- a/pk/boot.h
+++ b/pk/boot.h
@@ -20,6 +20,7 @@ typedef struct {
size_t brk_max;
size_t mmap_max;
size_t stack_top;
+ size_t vm_alloc_guess;
uint64_t time0;
uint64_t cycle0;
uint64_t instret0;