fix process end of life
[lttv.git] / ltt / branches / poly / lttv / lttv / state.h
index aad7ef4b670c630fbdd6582726abcd521a8c3339..7334e7815a5ee482cd8554bbcdd97a14fd9a5b9b 100644 (file)
@@ -260,6 +260,7 @@ typedef struct _LttvProcessState {
   guint64  current_function;
   LttvProcessType type;        /* kernel thread or user space ? */
   guint target_pid; /* target PID of the current event. */
+  guint free_events; /* 0 : none, 1 : free or exit dead, 2 : should delete */
 } LttvProcessState;
 
 #define ANY_CPU 0 /* For clarity sake : a call to lttv_state_find_process for
This page took 0.027075 seconds and 4 git commands to generate.