Wrap an 81 column SYSCTL_NODE decleration.

Obtained from:	//depot/projects/vimage-commit2/...
This commit is contained in:
Brooks Davis 2008-09-01 19:25:27 +00:00
parent da378661c0
commit 0eb7cf4d5f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182633

View File

@ -155,7 +155,8 @@ static struct hc_metrics *tcp_hc_insert(struct in_conninfo *);
static int sysctl_tcp_hc_list(SYSCTL_HANDLER_ARGS);
static void tcp_hc_purge(void *);
SYSCTL_NODE(_net_inet_tcp, OID_AUTO, hostcache, CTLFLAG_RW, 0, "TCP Host cache");
SYSCTL_NODE(_net_inet_tcp, OID_AUTO, hostcache, CTLFLAG_RW, 0,
"TCP Host cache");
SYSCTL_INT(_net_inet_tcp_hostcache, OID_AUTO, cachelimit, CTLFLAG_RDTUN,
&tcp_hostcache.cache_limit, 0, "Overall entry limit for hostcache");