svn commit: r267718 - stable/9/sys/conf

Michael Tuexen tuexen at FreeBSD.org
Sun Jun 22 12:18:42 UTC 2014


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
 #
 #
 #


More information about the svn-src-all mailing list