]> git.ipfire.org Git - thirdparty/squid.git/commit - src/comm.cc
IPC patch
authorroot <root@ubuntu>
Fri, 16 Apr 2010 11:06:18 +0000 (18:06 +0700)
committerroot <root@ubuntu>
Fri, 16 Apr 2010 11:06:18 +0000 (18:06 +0700)
commit10cefb7b033e060e72da03da435430ae3f707cf2
tree3f996d5472ddf3e386c8c9f0266ed49604e95dc3
parent40daaeb8dbb4f6b69100d55d2e69596269ec1962
IPC patch
14 files changed:
src/comm.cc
src/comm.h
src/fde.h
src/ipc/Coordinator.cc [new file with mode: 0644]
src/ipc/Coordinator.h [new file with mode: 0644]
src/ipc/Kids.cc
src/ipc/Makefile.am
src/ipc/Port.cc [new file with mode: 0644]
src/ipc/Port.h [new file with mode: 0644]
src/ipc/Strand.cc [new file with mode: 0644]
src/ipc/Strand.h [new file with mode: 0644]
src/ipc/UdsOp.cc [new file with mode: 0644]
src/ipc/UdsOp.h [new file with mode: 0644]
src/main.cc