2012/10/5 Dmitry Timoshkov <dmitry@baikal.ru>
Christian Costa <titan.costa@gmail.com> wrote:

> > This struct is huge. Do you have some fields in mind?
> What matters is what drivers need. I can add some typical fields if needed
> but that
> could be done in other patches when needed as well.

There are basic things like the header and object list management, besides
things like ActiveProcessors, Affinity, BasePriority is not hard to fill
from the start. Probably you need to duscuss how this should be done,
something tells me that without server support this is not going to work
very well.

 
What do you mean by object list management ?
There is only one element for now : nothing before nothing after. Unless lists are circular.
I'm open for discussion but it's hard without an idea of what drivers do and what we want
to support since wine is not intended to run all driver types.
So at the beginning, maybe we can do something simple and improve the infrastructure
as needs appear.