Re: Help w/fd_ops for SMB

2003-12-14 Thread Alexandre Julliard
Juan Lang <[EMAIL PROTECTED]> writes: > So, I think I have a submittable patch here, except > that the current file stuff won't be able to poll if > the connection is using Netbios(). I know I'm > extending the current hack, perhaps in a direction you > don't want it to go. Polling is not really

Re: Help w/fd_ops for SMB

2003-12-14 Thread Juan Lang
--- Alexandre Julliard <[EMAIL PROTECTED]> wrote: > Frankly, I think the current SMB file support > belongs in the kernel, > and from Wine they should be accessed as normal > files. The current > approach is going to prevent a lot of interesting > optimizations, since > we need to special case all

Re: Help w/fd_ops for SMB

2003-12-13 Thread Alexandre Julliard
Juan Lang <[EMAIL PROTECTED]> writes: > Hi folks, I'm trying to modify Wine's SMB code to use > Netbios(), rather than implementing NetBIOS-over-TCPIP > itself. I'm having trouble figuring out how to handle > the fd_ops in the wineserver. I was hoping for input. Frankly, I think the current SMB

Help w/fd_ops for SMB

2003-12-13 Thread Juan Lang
Hi folks, I'm trying to modify Wine's SMB code to use Netbios(), rather than implementing NetBIOS-over-TCPIP itself. I'm having trouble figuring out how to handle the fd_ops in the wineserver. I was hoping for input. Currently, the SMB code creates a socket directly, and this socket is polled by