libsysprof-capture: add define for last frame type

This commit is contained in:
Christian Hergert
2020-02-13 14:28:24 -08:00
parent 3e7acd5663
commit 1d44282edb

View File

@ -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
{