lkml.org 
[lkml]   [2000]   [Sep]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Linux kernel modules development in C++


On Thu, 28 Sep 2000, Igmar Palsenberg wrote:

> To bad I don't have time to get the basic kernel code.. Would be a good
> investment in time I guess.
>
> I assume the above struct holds pointers to the essential function
> calls, with a NULL value if the're not overridden (defaults) ?

See include/linux/mm.h. The structure contains pointer to methods table
(->vm_ops). Yup, garden-variety virtual table pointer. grep for vm_ops and
vm_operations_struct to see how it's used annd what it is.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:38    [W:0.077 / U:0.700 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site