]> git.ipfire.org Git - thirdparty/squid.git/commit
Comm job callbacks need job's cbdata pointer, not a job pointer.
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 28 Jan 2014 19:28:23 +0000 (12:28 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 28 Jan 2014 19:28:23 +0000 (12:28 -0700)
commit9fed6779fcf916c913ea85e198a1be99b2c4ad38
tree0b731c88894dc2dec74778853a5bd1a954675aa1
parent80e73a5f07c86920273d9c671138156c2aab77d7
Comm job callbacks need job's cbdata pointer, not a job pointer.

Otherwise, in complex inheritance hierarchies, some [inner] classes will
hit cbdata cookie assertions when scheduling Comm calls with callbacks.
src/CommCalls.h