diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-02-24 21:38:51 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-02-24 21:38:51 +0000 |
commit | 14e9c9161c36f9f16bcc5bd48baccc2537a6e15d (patch) | |
tree | 093f0dab43c9b41b5442d7a487fbbf387d5e7a2c /sys/netinet/tcp_stacks/fastpath.c | |
parent | 76f383173879a65ccc5880fbeed61f7aff8c4f3c (diff) | |
parent | 6607cb5de8c7979567598d7caf52b4e515cfaff6 (diff) |
Notes
Diffstat (limited to 'sys/netinet/tcp_stacks/fastpath.c')
-rw-r--r-- | sys/netinet/tcp_stacks/fastpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_stacks/fastpath.c b/sys/netinet/tcp_stacks/fastpath.c index 6af9212b22cd..2cf7895d4e1f 100644 --- a/sys/netinet/tcp_stacks/fastpath.c +++ b/sys/netinet/tcp_stacks/fastpath.c @@ -2453,4 +2453,4 @@ static moduledata_t new_tcp_fastpaths = { }; MODULE_VERSION(kern_tcpfastpaths, 1); -DECLARE_MODULE(kern_tcpfastpaths, new_tcp_fastpaths, SI_SUB_PSEUDO, SI_ORDER_ANY); +DECLARE_MODULE(kern_tcpfastpaths, new_tcp_fastpaths, SI_SUB_PROTO_DOMAIN, SI_ORDER_ANY); |