Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 May 2007 23:43:19 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_debug.c tcp_var.h
Message-ID:  <200705042343.l44NhJed025161@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2007-05-04 23:43:19 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_debug.c tcp_var.h 
  Log:
  Add global mutex tcp_debug_mtx, which will protect global TCP debugging
  state tcp_debug, tcp_debx.  Acquire and drop as required in tcp_trace().
  
  Move to ANSI C function header, correct prototype types so that short TCP
  state is no longer promoted to int unnecessarily.
  
  Add comments.
  
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.27      +31 -12    src/sys/netinet/tcp_debug.c
  1.145     +1 -1      src/sys/netinet/tcp_var.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705042343.l44NhJed025161>