precomputed states almost ok, needs testing
[lttv.git] / ltt / branches / poly / lttv / lttv / state.h
index f03138489f35b18bfe52a7024ef164563e6c02cb..1c20095f6780cc3f2cf239d2c3ea5ff0f092aa1c 100644 (file)
@@ -295,6 +295,7 @@ struct _LttvTraceState {
 
   /* Array of per cpu running process */
   LttvProcessState **running_process;
+  gboolean has_precomputed_states;
 };
 
 struct _LttvTraceStateClass {
This page took 0.023254 seconds and 4 git commands to generate.