aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/igmp_var.h
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1999-02-16 10:49:55 +0000
committerDoug Rabson <dfr@FreeBSD.org>1999-02-16 10:49:55 +0000
commitce02431ffafa566f9c73b08cd91a3f5b12ff443e (patch)
tree89ce394b74486e2406d5e017bd9e369a6dcbc81b /sys/netinet/igmp_var.h
parentd207e2138aa6df3717005151a3c333a96cf7aa4c (diff)
downloadsrc-ce02431ffafa566f9c73b08cd91a3f5b12ff443e.tar.gz
src-ce02431ffafa566f9c73b08cd91a3f5b12ff443e.zip
* Change sysctl from using linker_set to construct its tree using SLISTs.
This makes it possible to change the sysctl tree at runtime. * Change KLD to find and register any sysctl nodes contained in the loaded file and to unregister them when the file is unloaded. Reviewed by: Archie Cobbs <archie@whistle.com>, Peter Wemm <peter@netplex.com.au> (well they looked at it anyway)
Notes
Notes: svn path=/head/; revision=44078
Diffstat (limited to 'sys/netinet/igmp_var.h')
-rw-r--r--sys/netinet/igmp_var.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/igmp_var.h b/sys/netinet/igmp_var.h
index 6be729df30c4..9cdbde61ec50 100644
--- a/sys/netinet/igmp_var.h
+++ b/sys/netinet/igmp_var.h
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)igmp_var.h 8.1 (Berkeley) 7/19/93
- * $Id: igmp_var.h,v 1.11 1997/02/22 09:41:27 peter Exp $
+ * $Id: igmp_var.h,v 1.12 1997/09/07 05:26:37 bde Exp $
*/
#ifndef _NETINET_IGMP_VAR_H_
@@ -104,6 +104,8 @@ void igmp_slowtimo __P((void));
{ "stats", CTLTYPE_STRUCT }, \
}
+SYSCTL_DECL(_net_inet_igmp);
+
#endif