mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
capture: drop ADD from capture type
I opted to not implement this yet, so ensure its not in the capture format types.
This commit is contained in:
@ -55,8 +55,7 @@ typedef enum
|
||||
SP_CAPTURE_FRAME_EXIT = 6,
|
||||
SP_CAPTURE_FRAME_JITMAP = 7,
|
||||
SP_CAPTURE_FRAME_CTRDEF = 8,
|
||||
SP_CAPTURE_FRAME_CTRADD = 9,
|
||||
SP_CAPTURE_FRAME_CTRSET = 10,
|
||||
SP_CAPTURE_FRAME_CTRSET = 9,
|
||||
} SpCaptureFrameType;
|
||||
|
||||
#pragma pack(push, 1)
|
||||
|
||||
Reference in New Issue
Block a user