]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Use FD_READ_METHOD/FD_WRITE_METHOD instead of read()/write()
authorserassio <>
Thu, 7 Apr 2005 01:07:03 +0000 (01:07 +0000)
committerserassio <>
Thu, 7 Apr 2005 01:07:03 +0000 (01:07 +0000)
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

index fc36073f88591b31e447ed1f871bb543507a9dfa..494c217c05652ed59941343ffab8db82b8d07a59 100644 (file)
@@ -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 \