]> git.ipfire.org Git - thirdparty/squid.git/commit - src/store_client.cc
Summary: Various fixes - comms and diskio.
authorrobertc <>
Mon, 28 Jul 2003 15:27:28 +0000 (15:27 +0000)
committerrobertc <>
Mon, 28 Jul 2003 15:27:28 +0000 (15:27 +0000)
commitdb2ff94c9a0499143b615a37c26f31ae66ddb962
treeaf92187423dc8ccdb1d9a04a8956bc5ab9d6d4a1
parent90c858f70fed61369487ccd13dd625b1c4335782
Summary: Various fixes - comms and diskio.
Keywords:

Comm accept logic was not indicating that it was not cbdata.
Also, mark eventAdd as extern, not C extern.
UFS IO module was not reporting failure on failed opens.
AUFS - log when reads are scheduled, as queued reads are scheduled after the read_ call.
Fix a race condition with synchronous store opens, that previously lead to double-callbacks.
src/comm.cc
src/fs/aufs/store_io_aufs.cc
src/fs/ufs/store_io_ufs.cc
src/fs/ufs/store_ufs.h
src/protos.h
src/store_client.cc