Temporary fix for large IRQ tables
[lttv.git] / lttv / lttv / state.h
index a66318e52f25852d0de9dcb202b66f729d0bf731..25d5a0623477297f4ba554ed63d159630d20d51d 100644 (file)
@@ -393,8 +393,11 @@ struct _LttvTraceState {
   LttvProcessState **running_process;
   gboolean has_precomputed_states;
   LttvCPUState *cpu_states; /* state of each cpu */
+  /* FIXME should be a g_array to deal with resize and copy. */
   LttvIRQState *irq_states; /* state of each irq handler */
+  /* FIXME should be a g_array to deal with resize and copy. */
   LttvSoftIRQState *soft_irq_states; /* state of each softirq */
+  /* FIXME should be a g_array to deal with resize and copy. */
   LttvTrapState *trap_states; /* state of each trap */
   GHashTable *bdev_states; /* state of the block devices */
 };
This page took 0.022907 seconds and 4 git commands to generate.