Date: Mon, 24 Sep 2007 05:26:25 +0000 (UTC) From: Mike Silbersack <silby@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_subr.c tcp_timer.c tcp_timer.h tcp_usrreq.c tcp_var.h Message-ID: <200709240526.l8O5QPwA093786@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
silby 2007-09-24 05:26:25 UTC FreeBSD src repository Modified files: sys/netinet tcp_subr.c tcp_timer.c tcp_timer.h tcp_usrreq.c tcp_var.h Log: Two changes: - Reintegrate the ANSI C function declaration change from tcp_timer.c rev 1.92 - Reorganize the tcpcb structure so that it has a single pointer to the "tcp_timer" structure which contains all of the tcp timer callouts. This change means that when the single tcp timer change is reintegrated, tcpcb will not change in size, and therefore the ABI between netstat and the kernel will not change. Neither of these changes should have any functional impact. Reviewed by: bmah, rrs Approved by: re (bmah) Revision Changes Path 1.298 +12 -12 src/sys/netinet/tcp_subr.c 1.97 +29 -29 src/sys/netinet/tcp_timer.c 1.39 +7 -0 src/sys/netinet/tcp_timer.h 1.162 +3 -3 src/sys/netinet/tcp_usrreq.c 1.157 +1 -5 src/sys/netinet/tcp_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709240526.l8O5QPwA093786>