diff options
Diffstat (limited to 'includes/RtsAPI.h')
-rw-r--r-- | includes/RtsAPI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/RtsAPI.h b/includes/RtsAPI.h index a5e4dfd623..c896b5b244 100644 --- a/includes/RtsAPI.h +++ b/includes/RtsAPI.h @@ -270,6 +270,8 @@ typedef struct _RTSStats { // parallel GCs uint64_t scav_find_work; + uint64_t max_n_todo_overflow; + // ---------------------------------- // Concurrent garbage collector |