summaryrefslogtreecommitdiffstats
path: root/sys/sys/domain.h
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2018-11-19 10:15:04 +0000
committerclaudio <claudio@openbsd.org>2018-11-19 10:15:04 +0000
commitd29df5159ba367673358d2e4414e11e9b23b6237 (patch)
treea431c1dad697a9e081f73986df0d9a5bf10a16d8 /sys/sys/domain.h
parentregen (diff)
downloadwireguard-openbsd-d29df5159ba367673358d2e4414e11e9b23b6237.tar.xz
wireguard-openbsd-d29df5159ba367673358d2e4414e11e9b23b6237.zip
Retire dom_rtkeylen from struct domain. Nothing is using this anymore.
It was used by the original patricia tree. OK mpi@
Diffstat (limited to 'sys/sys/domain.h')
-rw-r--r--sys/sys/domain.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/domain.h b/sys/sys/domain.h
index 8cf580aff7c..8359cfa3329 100644
--- a/sys/sys/domain.h
+++ b/sys/sys/domain.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: domain.h,v 1.18 2017/11/23 13:45:46 mpi Exp $ */
+/* $OpenBSD: domain.h,v 1.19 2018/11/19 10:15:04 claudio Exp $ */
/* $NetBSD: domain.h,v 1.10 1996/02/09 18:25:07 christos Exp $ */
/*
@@ -57,7 +57,6 @@ struct domain {
void (*dom_dispose)(struct mbuf *);
const struct protosw *dom_protosw, *dom_protoswNPROTOSW;
/* initialize routing table */
- unsigned int dom_rtkeylen; /* maximum size of the key */
unsigned int dom_rtoffset; /* offset of the key, in bytes */
unsigned int dom_maxplen; /* maxium prefix length, in bits */
void *(*dom_ifattach)(struct ifnet *);