From 1d44282edb7b7dd1edd1e475c93300583aabdb2e Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Thu, 13 Feb 2020 14:28:24 -0800 Subject: [PATCH] libsysprof-capture: add define for last frame type --- src/libsysprof-capture/sysprof-capture-types.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libsysprof-capture/sysprof-capture-types.h b/src/libsysprof-capture/sysprof-capture-types.h index 11e3d190..f5e73c61 100644 --- a/src/libsysprof-capture/sysprof-capture-types.h +++ b/src/libsysprof-capture/sysprof-capture-types.h @@ -131,6 +131,9 @@ typedef enum SYSPROF_CAPTURE_FRAME_ALLOCATION = 14, } SysprofCaptureFrameType; +/* Not part of ABI */ +#define SYSPROF_CAPTURE_FRAME_LAST 15 + SYSPROF_ALIGNED_BEGIN(1) typedef struct {