summaryrefslogtreecommitdiffstats
path: root/sys/sys/domain.h
diff options
context:
space:
mode:
authormelifaro <melifaro@FreeBSD.org>2014-11-06 14:39:04 +0000
committermelifaro <melifaro@FreeBSD.org>2014-11-06 14:39:04 +0000
commit5c54c0c2463fe912daca49f3741f4e20e9b53377 (patch)
tree9cdb1d7f41879b7c6e604c23b0d2a46bd1edbc79 /sys/sys/domain.h
parentcb2018accf478dc948ea9bf13f44701f10383ca4 (diff)
downloadFreeBSD-src-5c54c0c2463fe912daca49f3741f4e20e9b53377.zip
FreeBSD-src-5c54c0c2463fe912daca49f3741f4e20e9b53377.tar.gz
Finish r274118: remove useless fields from struct domain.
Sponsored by: Yandex LLC
Diffstat (limited to 'sys/sys/domain.h')
-rw-r--r--sys/sys/domain.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/domain.h b/sys/sys/domain.h
index e17ae97..bacdad1 100644
--- a/sys/sys/domain.h
+++ b/sys/sys/domain.h
@@ -60,8 +60,6 @@ struct domain {
(void **, int);
int (*dom_rtdetach) /* clean up routing table */
(void **, int);
- int dom_rtoffset; /* an arg to rtattach, in bits */
- int dom_maxrtkey; /* for routing layer */
void *(*dom_ifattach)(struct ifnet *);
void (*dom_ifdetach)(struct ifnet *, void *);
int (*dom_ifmtu)(struct ifnet *);
OpenPOWER on IntegriCloud