Re: Adding members to task_struct without recompling the kernel

2000-09-15 Thread Michael Vines
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

Re: Adding members to task_struct without recompling the kernel

2000-09-15 Thread Stephen C. Tweedie
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

Re: Adding members to task_struct without recompling the kernel

2000-09-12 Thread Keith Owens
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

Adding members to task_struct without recompling the kernel

2000-09-12 Thread Michael Vines
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