fixed some errors !
[lttv.git] / ltt / branches / poly / lttv / lttv / state.h
index 9d1415a15e4f496baa17da73798206f4d4b05ef0..f349993764418b732f67f5b82b5c848feb844f47 100644 (file)
@@ -126,6 +126,7 @@ extern LttvProcessStatus
   LTTV_STATE_WAIT_FORK,
   LTTV_STATE_WAIT_CPU,
   LTTV_STATE_EXIT,
+  LTTV_STATE_ZOMBIE,
   LTTV_STATE_WAIT,
   LTTV_STATE_RUN;
 
@@ -149,6 +150,7 @@ typedef struct _LttvProcessState {
   GArray *execution_stack;         /* Array of LttvExecutionState */
   LttvExecutionState *state;       /* Top of interrupt stack */
   GQuark last_cpu;                /* Last CPU where process was scheduled */
+  guint last_cpu_index;            /* index in the trace for cpu tracefile */
   /* opened file descriptors, address map?... */
 } LttvProcessState;
 
This page took 0.023329 seconds and 4 git commands to generate.