]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3608: part 1 - per-service name for workers UDS sockets
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 27 Jan 2014 05:27:41 +0000 (22:27 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 27 Jan 2014 05:27:41 +0000 (22:27 -0700)
commit1ee292b7b9744bc535e69fc5a00118763a9fd339
tree472689ff0e3117dc900af1882122d9e2627177b2
parent6fe8c876bbd77132b1497770a01909f3fede641d
Bug 3608: part 1 - per-service name for workers UDS sockets

Separate the UDS socket names used by SMP workers by the -n service_name
label assigned to the Squid instance being run.

TODO: separate shared memory blocks per-service.
12 files changed:
src/CollapsedForwarding.cc
src/DiskIO/IpcIo/IpcIoFile.cc
src/ipc/Coordinator.cc
src/ipc/Forwarder.cc
src/ipc/Inquirer.cc
src/ipc/Port.cc
src/ipc/Port.h
src/ipc/SharedListen.cc
src/ipc/Strand.cc
src/mgr/Action.cc
src/snmp/Forwarder.cc
src/tests/stub_Port.cc