diff options
Diffstat (limited to 'debuggerd/protocol.h')
-rw-r--r-- | debuggerd/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debuggerd/protocol.h b/debuggerd/protocol.h index 53a76ea71..f33b2f0c9 100644 --- a/debuggerd/protocol.h +++ b/debuggerd/protocol.h @@ -97,6 +97,7 @@ struct __attribute__((__packed__)) CrashInfoDataDynamic : public CrashInfoDataSt uintptr_t gwp_asan_metadata; uintptr_t scudo_stack_depot; uintptr_t scudo_region_info; + uintptr_t scudo_ring_buffer; }; struct __attribute__((__packed__)) CrashInfo { |