Implement directory object in wineserver.

Vitaliy Margolen wine-devel at kievinfo.com
Wed Nov 23 21:54:22 CST 2005


Wednesday, November 23, 2005, 12:37:05 PM, Vitaliy Margolen wrote:
> Ok, then this is what we have:
> 1. Pass arguments explicitly to each function (rootdir, name,
>    attributes).
> 2. Don't use object_attr structure.
>
> Only left is to decide what rootdir should be (struct object*,
> struct directory * or obj_handle_t). The only place that knows enough and

Sorry, answered myself. It have to be (struct directory *). It turns out
you really can't use any other objects for RootDirectory. And to keep
everything in-line that's what it will be.

So I'm guessing all the questions are answered for a time being.

Thank you Alexandre and Robert.











More information about the wine-devel mailing list