Re: cvs commit: squid/src/fs/aufs aiops.c async_io.c store_asyncufs.h

2005-04-25 Thread Serassio Guido
Hi Henrik, At 22.45 25/04/2005, Henrik Nordstrom wrote: On Mon, 25 Apr 2005 [EMAIL PROTECTED] wrote: - Usage of FD_READ_METHOD/FD_WRITE_METHOD instead of read()/write() int the async-io completion event for better portability. Note: FD_READ/WRITE_METHOD relies upon the fd_table, which the

Re: cvs commit: squid/src/fs/aufs aiops.c async_io.c store_asyncufs.h

2005-04-25 Thread Henrik Nordstrom
On Mon, 25 Apr 2005, Serassio Guido wrote: Thinking again about this, could be a good solution save the function pointer to FD_WRITE_METHOD/FD_READ_METHOD after the done pipe initialization, and use this function pointer into threads code to call the correct function call, without any other