From: Alex Rousskov Date: Sun, 2 May 2010 01:42:47 +0000 (-0600) Subject: Polished comm_import_opened() description. X-Git-Tag: SQUID_3_2_0_1~93^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56c3c9aa546f54cdaa7d3a1bef48ff4c535ab7d7;p=thirdparty%2Fsquid.git Polished comm_import_opened() description. --- diff --git a/src/comm.h b/src/comm.h index 145a4fba05..8cedf8ab9f 100644 --- a/src/comm.h +++ b/src/comm.h @@ -56,7 +56,7 @@ SQUIDCEXTERN void comm_exit(void); SQUIDCEXTERN int comm_open(int, int, IpAddress &, int, const char *note); SQUIDCEXTERN int comm_open_uds(int sock_type, int proto, struct sockaddr_un* addr, int flags); -/// update tables after getting a comm_open() FD from another strand +/// update Comm state after getting a comm_open() FD from another process SQUIDCEXTERN void comm_import_opened(int fd, IpAddress &addr, int flags, const char *note, struct addrinfo *AI); /**