add target pid for filtering
[lttv.git] / ltt / branches / poly / lttv / lttv / tracecontext.h
index 37c4ba17884b6b615b1df3a4a0369b950a8d59d2..db4e5303d2a95f2048691717c26758145372ae86 100644 (file)
@@ -175,6 +175,8 @@ struct _LttvTracefileContext {
   LttvHooksById *event_by_id;
   LttTime timestamp;
   LttvAttribute *a;
+  guint target_pid;          /* Target PID of the event.
+                               Updated by state.c. 0 means unset. */
 };
 
 struct _LttvTracefileContextClass {
This page took 0.023654 seconds and 4 git commands to generate.