git-svn-id: http://ltt.polymtl.ca/svn@213 04897980-b3bd-0310-b5e0-8ef037075253
authoryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 29 Aug 2003 16:28:07 +0000 (16:28 +0000)
committeryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 29 Aug 2003 16:28:07 +0000 (16:28 +0000)
ltt/branches/poly/include/lttv/state.h

index c11c9b4036bf5d9a2839cea32d58c830c9ac922d..bf9fa1ae4b2d532f97240b5d1766508350274fd7 100644 (file)
@@ -91,6 +91,7 @@ typedef struct _LttvInterruptState {
 
 typedef struct _LttvProcessState {
   guint pid;
+  guint ppid;
   LttTime birth;
   GQuark name;
   GArray *interrupt_stack;         /* Array of LttvInterruptState */
This page took 0.024093 seconds and 4 git commands to generate.