[sysprof] libsysprof-capture: add define for last frame type
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof] libsysprof-capture: add define for last frame type
- Date: Thu, 13 Feb 2020 22:33:08 +0000 (UTC)
commit 1d44282edb7b7dd1edd1e475c93300583aabdb2e
Author: Christian Hergert <chergert redhat com>
Date: Thu Feb 13 14:28:24 2020 -0800
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 11e3d19..f5e73c6 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
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]