lttv_process_trace function takes another parameters: maxNumEvents
[lttv.git] / ltt / branches / poly / include / lttv / state.h
index c11c9b4036bf5d9a2839cea32d58c830c9ac922d..bf9fa1ae4b2d532f97240b5d1766508350274fd7 100644 (file)
@@ -91,6 +91,7 @@ typedef struct _LttvInterruptState {
 
 typedef struct _LttvProcessState {
   guint pid;
+  guint ppid;
   LttTime birth;
   GQuark name;
   GArray *interrupt_stack;         /* Array of LttvInterruptState */
This page took 0.022221 seconds and 4 git commands to generate.