X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fstate.h;h=25d5a0623477297f4ba554ed63d159630d20d51d;hb=7f58442b15c9dcfa63a1e88a666cadbbc2e7f8d9;hp=a66318e52f25852d0de9dcb202b66f729d0bf731;hpb=4b2722d43b405b64bb1b644e3a9156999fd09c72;p=lttv.git diff --git a/lttv/lttv/state.h b/lttv/lttv/state.h index a66318e5..25d5a062 100644 --- a/lttv/lttv/state.h +++ b/lttv/lttv/state.h @@ -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 */ };