cvs commit: src/sys/netinet tcp_subr.c tcp_timer.c tcp_timer.h tcp_usrreq.c tcp_var.h

Mike Silbersack silby at FreeBSD.org
Sun Sep 23 22:26:25 PDT 2007


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


More information about the cvs-src mailing list