[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: linked lists



On 2/3/07, Bahadir Balban <bahadir.balban@xxxxxxxxx> wrote:
Hi,

How do you make list modification and referral work cleanly together?

OK I got it now. Just had to do:


struct list_container {
   struct list_head a;
};

and add structures to that.

Bahadir

--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive:       http://mail.nl.linux.org/kernelnewbies/
FAQ:           http://kernelnewbies.org/faq/