X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Ftracecontext.h;h=fcfef98b572f6bc681b9db704a71bf29e05c44f8;hb=e38d9ea05da26962532573de017dd2e1893683ca;hp=db4e5303d2a95f2048691717c26758145372ae86;hpb=33bdc8dd862c92f8b44f685304e6bf413932c244;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/tracecontext.h b/ltt/branches/poly/lttv/lttv/tracecontext.h index db4e5303..fcfef98b 100644 --- a/ltt/branches/poly/lttv/lttv/tracecontext.h +++ b/ltt/branches/poly/lttv/lttv/tracecontext.h @@ -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 {