From 5c54c0c2463fe912daca49f3741f4e20e9b53377 Mon Sep 17 00:00:00 2001 From: melifaro Date: Thu, 6 Nov 2014 14:39:04 +0000 Subject: Finish r274118: remove useless fields from struct domain. Sponsored by: Yandex LLC --- sys/sys/domain.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/sys/domain.h') 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 *); -- cgit v1.1