]> git.ipfire.org Git - thirdparty/squid.git/commit - src/DiskIO/DiskThreads/aiops.cc
Use FD_READ_METHOD/FD_WRITE_METHOD instead of read()/write()
authorserassio <>
Thu, 7 Apr 2005 01:01:01 +0000 (01:01 +0000)
committerserassio <>
Thu, 7 Apr 2005 01:01:01 +0000 (01:01 +0000)
commit56410c896d812808af40b8065db1faf5686548ba
tree982d8c310a27d203a9446fb4e701717ef787b9b7
parent5e6d4736fd14ff2fdb1f0df469c817cfea840240
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
src/CommIO.h [new file with mode: 0755]
src/DiskIO/DiskThreads/aiops.cc
src/Makefile.am
src/comm.cc
src/comm.h