[FreeBSD kernel ]How to maintain a linked list on kernel lever?
- by Andy Leman
The situation is: I will implement sets of new system calls. Each of them need to access (read or write) a linked list. So, that means I will have several C programs.
So, how can I maintain a linked list in memory and let several programs access it? Or,this is wrong....I should save it as a file? (but I hardly think this is a good idea)..
A lot of confused questions here...Need help.
Thank you indeed!