aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_constants.h
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2009-11-17 13:09:50 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2009-11-17 13:09:50 +0000
commit1e01164145d4bb759258a6e3ea98c7dcb31f811f (patch)
tree1ce21fdffda9bce885b143126333e6f296dd7ba0 /sys/netinet/sctp_constants.h
parentcf458c646d015a4d2bee75ba380c4c52b4f217d9 (diff)
downloadsrc-1e01164145d4bb759258a6e3ea98c7dcb31f811f.tar.gz
src-1e01164145d4bb759258a6e3ea98c7dcb31f811f.zip
Disable (temporary) the thread based interator. It does not work with vnet.
Approved by: rrs (mentor)
Notes
Notes: svn path=/head/; revision=199371
Diffstat (limited to 'sys/netinet/sctp_constants.h')
-rw-r--r--sys/netinet/sctp_constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/netinet/sctp_constants.h b/sys/netinet/sctp_constants.h
index 8df349096341..336eac58e20b 100644
--- a/sys/netinet/sctp_constants.h
+++ b/sys/netinet/sctp_constants.h
@@ -87,7 +87,10 @@ __FBSDID("$FreeBSD$");
/* #define SCTP_AUDITING_ENABLED 1 used for debug/auditing */
#define SCTP_AUDIT_SIZE 256
+/* temporary disabled since it does not work with VNET. */
+#if 0
#define SCTP_USE_THREAD_BASED_ITERATOR 1
+#endif
#define SCTP_KTRHEAD_NAME "sctp_iterator"
#define SCTP_KTHREAD_PAGES 2