filtering by pid in cfv
[lttv.git] / ltt / branches / poly / lttv / lttv / tracecontext.h
index db4e5303d2a95f2048691717c26758145372ae86..fcfef98b572f6bc681b9db704a71bf29e05c44f8 100644 (file)
@@ -175,8 +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. */
+  gint target_pid;          /* Target PID of the event.
+                               Updated by state.c. -1 means unset. */
 };
 
 struct _LttvTracefileContextClass {
This page took 0.022259 seconds and 4 git commands to generate.