From 1b716c88095ff2ff373aaec85da4cffe99cd1c85 Mon Sep 17 00:00:00 2001 From: serassio <> Date: Thu, 7 Apr 2005 01:07:03 +0000 Subject: [PATCH] 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. --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.47.3