]> git.ipfire.org Git - thirdparty/squid.git/commit - src/ICP.h
Moved peer*(ps_state) functions into ps_state renamed PeerSelector (#113)
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 2 Jan 2018 16:16:52 +0000 (09:16 -0700)
committerGitHub <noreply@github.com>
Tue, 2 Jan 2018 16:16:52 +0000 (09:16 -0700)
commitcb83513675bc334c3a5807f0bd5a9ae92ba934de
treefd46f2c302efba4946794de80679e6510112cf82
parente7b08eec5b44ba887e7bed4a190a286896628922
Moved peer*(ps_state) functions into ps_state renamed PeerSelector (#113)

No functionality changes intended (other than debug message variations).

Also polished related documentation and debug messages.

Also converted "struct _icp_common_t" into an icp_common_t class, to
make its forward declarations simple. As a side effect, removed
__cplusplus ifdefs, addressing an old TODO.
src/ICP.h
src/PeerSelectState.h
src/icp_v2.cc
src/neighbors.cc
src/peer_select.cc
src/tests/stub_icp.cc