From 3e5610273f292ff00d78f85020483d6a1abbfc02 Mon Sep 17 00:00:00 2001 From: yangxx Date: Fri, 29 Aug 2003 16:28:07 +0000 Subject: [PATCH] git-svn-id: http://ltt.polymtl.ca/svn@213 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/include/lttv/state.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ltt/branches/poly/include/lttv/state.h b/ltt/branches/poly/include/lttv/state.h index c11c9b40..bf9fa1ae 100644 --- a/ltt/branches/poly/include/lttv/state.h +++ b/ltt/branches/poly/include/lttv/state.h @@ -91,6 +91,7 @@ typedef struct _LttvInterruptState { typedef struct _LttvProcessState { guint pid; + guint ppid; LttTime birth; GQuark name; GArray *interrupt_stack; /* Array of LttvInterruptState */ -- 2.34.1