From: serassio <> Date: Thu, 7 Apr 2005 01:07:03 +0000 (+0000) Subject: Use FD_READ_METHOD/FD_WRITE_METHOD instead of read()/write() X-Git-Tag: SQUID_3_0_PRE4~812 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b716c88095ff2ff373aaec85da4cffe99cd1c85;p=thirdparty%2Fsquid.git Use FD_READ_METHOD/FD_WRITE_METHOD instead of read()/write() in the async-io completion event for better portability The CommIO class must be moved to a separate include file to avoid problems with fde.h inclusion from comm.h CommIO.h is needed from ufsdump too. --- diff --git a/src/Makefile.am b/src/Makefile.am index fc36073f88..494c217c05 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.106 2005/04/06 19:03:46 serassio Exp $ +# $Id: Makefile.am,v 1.107 2005/04/06 19:07:03 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -627,6 +627,7 @@ ufsdump_SOURCES = debug.cc \ clientStream.h \ comm.cc \ comm.h \ + CommIO.h \ comm_select.cc \ comm_poll.cc \ comm_epoll.cc \