Author: tuexen
Date: Tue Jun 10 16:11:20 2014
New Revision: 267329
URL: http://svnweb.freebsd.org/changeset/base/267329

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

Modified:
  head/sys/conf/options

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options       Tue Jun 10 16:06:59 2014        (r267328)
+++ head/sys/conf/options       Tue Jun 10 16:11:20 2014        (r267329)
@@ -453,8 +453,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
 #
 #
 #
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to