]> git.ipfire.org Git - thirdparty/squid.git/commit - src/comm.cc
Added comm_import_opened() to update Comm state after getting a comm_open()
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 2 May 2010 01:37:34 +0000 (19:37 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sun, 2 May 2010 01:37:34 +0000 (19:37 -0600)
commita4c0f9c619693286df1427ec4242f59281fa8ece
tree7f8bca018e4275540ddd1a736d4e3a67071c348a
parent607a7bd462ac432387d643695c37c0e5feee5789
Added comm_import_opened() to update Comm state after getting a comm_open()
FD from another process. While both FDs point to the same kernel object, Squid
internal tables are local to each process and need to be maintained
separately.
src/comm.cc
src/comm.h