multiple traces/tracefiles change
[lttv.git] / ltt / branches / poly / include / lttv / state.h
index 8131bb8b1944da5c03a13dd378ad77d1721f20f3..4205c27cf2fe107bb1c3df9f0bc5742c403bfded 100644 (file)
@@ -140,8 +140,9 @@ typedef struct _LttvProcessState {
   /* opened file descriptors, address map?... */
 } LttvProcessState;
 
-
+//FIXME : find by pid and birth time : both are necessary to be unique
 LttvProcessState *lttv_state_find_process(LttvTracefileState *tfs, guint pid);
+LttvProcessState *lttv_state_find_process_from_trace(LttvTraceState *ts, guint pid);
 
 
 /* The LttvTracesetState, LttvTraceState and LttvTracefileState types
@@ -183,6 +184,7 @@ struct _LttvTraceState {
   GQuark *trap_names;
   GQuark *irq_names;
   gboolean recompute_state_in_seek;
+  gboolean saved_state_ready;
   gboolean saved_state_available;
 };
 
This page took 0.025407 seconds and 4 git commands to generate.