lkcd
[Top] [All Lists]

kl_parent_pid()

To: lkcd@xxxxxxxxxxx
Subject: kl_parent_pid()
From: Steve James <saj@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 9 Jan 2001 16:40:55 -0700 (MST)
Cc: tjm@xxxxxxx, steve_james@xxxxxxxxxxx
Sender: owner-lkcd@xxxxxxxxxxx
Greetings!


This is my first mail to the list.  I'm porting the LKCD+lcrash
as of 20 Dec 2000 to Linux 2.2.17 on the PowerPC.  So far,
I am very impressed!

However, in the interest of better parent/child relationships,
shouldn't the line:

        ppid = (uint64_t)KL_UINT(tsp, "task_struct", "pid");

in libklib/kl_task.c:kl_parent_pid()

rather read:

        ppid = (uint64_t)KL_UINT(tpp, "task_struct", "pid");

thx/saj
steve_james@xxxxxxxxxxx

<Prev in Thread] Current Thread [Next in Thread>