On Fri, 15 Sep 2000, Stephen C. Tweedie wrote:
> On Tue, Sep 12, 2000 at 06:17:48PM -0400, Michael Vines wrote:
> >
> > I'm writing a kernel module that needs to keep track of a pointer to some
> > custom module information for every task in the system. Basically I want
> > to add another membe
Hi,
On Tue, Sep 12, 2000 at 06:17:48PM -0400, Michael Vines wrote:
>
> I'm writing a kernel module that needs to keep track of a pointer to some
> custom module information for every task in the system. Basically I want
> to add another member to task_struct but I don't want to have to
> recomp
On Tue, 12 Sep 2000 18:17:48 -0400 (EDT),
Michael Vines <[EMAIL PROTECTED]> wrote:
>I'm writing a kernel module that needs to keep track of a pointer to some
>custom module information for every task in the system. Basically I want
>to add another member to task_struct but I don't want to have t
Hi,
I'm writing a kernel module that needs to keep track of a pointer to some
custom module information for every task in the system. Basically I want
to add another member to task_struct but I don't want to have to
recompile the kernel to do it.
Unlike "struct file", there doesn't seem to be a
4 matches
Mail list logo