svn commit: r267739 - stable/10/sys/conf

Michael Tuexen tuexen at FreeBSD.org
Sun Jun 22 16:58:30 UTC 2014


Author: tuexen
Date: Sun Jun 22 16:58:29 2014
New Revision: 267739
URL: http://svnweb.freebsd.org/changeset/base/267739

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

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

Modified: stable/10/sys/conf/options
==============================================================================
--- stable/10/sys/conf/options	Sun Jun 22 16:58:18 2014	(r267738)
+++ stable/10/sys/conf/options	Sun Jun 22 16:58:29 2014	(r267739)
@@ -455,8 +455,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-stable mailing list