X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2Fstate.h;h=c11c9b4036bf5d9a2839cea32d58c830c9ac922d;hb=ba576a781d5a1020ff7202ac9a959c9f4a0c7a4c;hp=13b71f2bd09e09db9782d3e5c7d01c28fbb0f60f;hpb=336900061b500618df3b160ac88209a6450352dc;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/state.h b/ltt/branches/poly/include/lttv/state.h index 13b71f2b..c11c9b40 100644 --- a/ltt/branches/poly/include/lttv/state.h +++ b/ltt/branches/poly/include/lttv/state.h @@ -83,15 +83,15 @@ extern LttvProcessStatus typedef struct _LttvInterruptState { LttvInterruptType t; LttvInterruptNumber n; - LttvTime entry; - LttvTime last_change; + LttTime entry; + LttTime last_change; LttvProcessStatus s; } LttvInterruptState; typedef struct _LttvProcessState { guint pid; - LttvTime birth; + LttTime birth; GQuark name; GArray *interrupt_stack; /* Array of LttvInterruptState */ LttvInterruptState *state; /* Top of interrupt stack */