]> git.ipfire.org Git - thirdparty/squid.git/commit
Merging async-call branch changes to HEAD:
authorrousskov <>
Wed, 13 Feb 2008 07:01:47 +0000 (07:01 +0000)
committerrousskov <>
Wed, 13 Feb 2008 07:01:47 +0000 (07:01 +0000)
commit9708d22b972dc8a9d8f71cd8b087ac72de42ba15
tree0a9610cf20ae63858bf7bea4ba822f5434843f99
parent38f44c6a67b80457b0605bd2c1fc1e3e543cf57b
Merging async-call branch changes to HEAD:

        Removed class fdc_t. After CommCallbackData removal, fdc_t was
        only used to check that a FD is "active" and to check that a FD
        is half_closed.  fd_table flags.open seems to be identical to
        the "active" state flag so we use that now, via newly added
        isOpen() static function. AbortChecker already maintains
        half_closed status.

        Synced ipc code to call fd_open instead of fdc_open.
src/ipc.cc