[sysprof] capture: drop ADD from capture type



commit cd0a39859e146e122c6b1bc2c40e54a751e4d455
Author: Christian Hergert <christian hergert me>
Date:   Thu Apr 14 18:33:23 2016 -0700

    capture: drop ADD from capture type
    
    I opted to not implement this yet, so ensure its not in the capture
    format types.

 lib/sp-capture-types.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/lib/sp-capture-types.h b/lib/sp-capture-types.h
index ce66128..0e33da2 100644
--- a/lib/sp-capture-types.h
+++ b/lib/sp-capture-types.h
@@ -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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]