resourceview: fix stuck softirq and trap problem
[lttv.git] / trunk / lttv / lttv / lttv / state.h
index a65f2635eae4b8859cc7b1ee0b2cf1bb86bcb7b1..ad7f9e064693f59590e9629ff52261a2001dfad2 100644 (file)
@@ -334,8 +334,8 @@ GType lttv_traceset_state_get_type (void);
 typedef struct _LttvCPUState {
   GArray *mode_stack;
   GArray *irq_stack;
-  gint last_soft_irq;
-  gint last_trap;
+  GArray *softirq_stack;
+  GArray *trap_stack;
 } LttvCPUState;
 
 typedef struct _LttvIRQState {
This page took 0.024453 seconds and 4 git commands to generate.