summaryrefslogtreecommitdiffstats
path: root/sys/netatm/uni/unisig_proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netatm/uni/unisig_proto.c')
-rw-r--r--sys/netatm/uni/unisig_proto.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/netatm/uni/unisig_proto.c b/sys/netatm/uni/unisig_proto.c
index 09cebd2..e5e8b93 100644
--- a/sys/netatm/uni/unisig_proto.c
+++ b/sys/netatm/uni/unisig_proto.c
@@ -34,12 +34,13 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
-#include <sys/types.h>
#include <sys/systm.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/syslog.h>
+#include <sys/kernel.h>
+#include <sys/sysctl.h>
#include <net/if.h>
#include <netatm/port.h>
#include <netatm/queue.h>
@@ -57,6 +58,11 @@ __FBSDID("$FreeBSD$");
#include <netatm/uni/unisig_var.h>
/*
+ * net.harp.uni
+ */
+SYSCTL_NODE(_net_harp, OID_AUTO, uni, CTLFLAG_RW, 0, "UNI");
+
+/*
* Process a UNISIG timeout
*
* Called when a previously scheduled protocol instance control block
OpenPOWER on IntegriCloud