usertrace : make state.c ok for reused pids
[lttv.git] / ltt / branches / poly / lttv / lttv / state.h
index 3ddc018e7dfc5db4714e37e1b950e1c0e8b94637..dbd197eae00204ee5fd20763a684057f2294917b 100644 (file)
@@ -259,6 +259,8 @@ struct _LttvTraceState {
 
   GHashTable *processes;  /* LttvProcessState objects indexed by pid and
                              last_cpu */
+       GHashTable *usertraces; /* GPtrArray objects indexed by pid, containing
+                                                                                                                pointers to LttvTracefileState objects. */
   guint nb_event, save_interval;
   /* Block/char devices, locks, memory pages... */
   GQuark *eventtype_names;
This page took 0.023408 seconds and 4 git commands to generate.