Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jun 2014 12:18:42 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r267718 - stable/9/sys/conf
Message-ID:  <201406221218.s5MCIga2017237@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tuexen
Date: Sun Jun 22 12:18:41 2014
New Revision: 267718
URL: http://svnweb.freebsd.org/changeset/base/267718

Log:
  MFC r267329:
  
  Add support for the SCTP_LOCAL_TRACE_BUF options.
  While there, fix some whitespaces.

Modified:
  stable/9/sys/conf/options
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/conf/   (props changed)

Modified: stable/9/sys/conf/options
==============================================================================
--- stable/9/sys/conf/options	Sun Jun 22 12:16:27 2014	(r267717)
+++ stable/9/sys/conf/options	Sun Jun 22 12:18:41 2014	(r267718)
@@ -451,8 +451,9 @@ SCTP_MBCNT_LOGGING	opt_sctp.h # Log to K
 SCTP_PACKET_LOGGING	opt_sctp.h # Log to a packet buffer last N packets
 SCTP_LTRACE_CHUNKS	opt_sctp.h # Log to KTR chunks processed
 SCTP_LTRACE_ERRORS	opt_sctp.h # Log to KTR error returns.
-SCTP_USE_PERCPU_STAT    opt_sctp.h # Use per cpu stats.
-SCTP_MCORE_INPUT        opt_sctp.h # Have multiple input threads for input mbufs
+SCTP_USE_PERCPU_STAT	opt_sctp.h # Use per cpu stats.
+SCTP_MCORE_INPUT	opt_sctp.h # Have multiple input threads for input mbufs
+SCTP_LOCAL_TRACE_BUF	opt_sctp.h # Use tracebuffer exported via sysctl
 #
 #
 #



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