]> git.ipfire.org Git - thirdparty/squid.git/commit - src/comm_poll.cc
Tidy up the COMM_OK and COMM_ERR_* magical #define constants into
authoradrian <>
Sun, 15 Sep 2002 12:23:28 +0000 (12:23 +0000)
committeradrian <>
Sun, 15 Sep 2002 12:23:28 +0000 (12:23 +0000)
commit3d7e9d7ca6c0dc315da45c13b6a855190738a925
tree32565cb07b8a4d94311007509db6c7dc12cb9700
parent29f69185ec79499854780fe1c312273ab77464b1
Tidy up the COMM_OK and COMM_ERR_* magical #define constants into
an enum, and modify the relevant callback routines to take a comm_err_t
as an argument rather than an int.

This is prefixed w/ a PRE_COMMLOOPS_20020915 tag.
17 files changed:
src/comm.cc
src/comm_kqueue.cc
src/comm_poll.cc
src/comm_select.cc
src/defines.h
src/enums.h
src/errorpage.cc
src/forward.cc
src/ftp.cc
src/http.cc
src/ident.cc
src/neighbors.cc
src/protos.h
src/ssl.cc
src/tunnel.cc
src/typedefs.h
src/wais.cc