On Thu, Sep 28, 2006 at 12:45:50PM +0200, Abdelrazak Younes wrote: > The best option is to remove the need for (non const) access to this > BufferList. I think Buffer creation/deletion should be done by the > frontend not the kernel. The kernel could ask for a new buffer via a > signal for example. I have just described of course my ideal world but > there's some way to go before that...
Not sure I agree here. A buffer is _the_ kernel structure. A list of them can hardly be a GUI thinmg then... Andre'