From 141877184752e3e13e04478a2f644eb3c8cf861e Mon Sep 17 00:00:00 2001 From: rrs Date: Thu, 17 Sep 2009 15:11:12 +0000 Subject: Support for VNET in SCTP (hopefully) --- sys/netinet/sctp_pcb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet/sctp_pcb.h') diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h index 684ed5a..d9e1db6 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -462,7 +462,7 @@ struct sctp_tcb { * goes with the base info. sctp_pcb.c has * the real definition. */ -extern struct sctp_base_info system_base_info; +VNET_DECLARE(struct sctp_base_info, system_base_info); #ifdef INET6 int SCTP6_ARE_ADDR_EQUAL(struct sockaddr_in6 *a, struct sockaddr_in6 *b); -- cgit v1.1