Date: Tue, 14 Sep 2021 20:01:20 GMT From: Kristof Provost <kp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 13b194766e24 - stable/13 - dummynet: remove unused definitions Message-ID: <202109142001.18EK1KrG089340@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=13b194766e24099de0f406eb7fe5d34d6f4cfa72 commit 13b194766e24099de0f406eb7fe5d34d6f4cfa72 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2021-06-16 14:52:25 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2021-09-14 20:00:25 +0000 dummynet: remove unused definitions No functional change. MFC after: 2 weeks Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D31806 (cherry picked from commit 415e81d5d9ed7a73825d371c0b538765fa57a801) --- sys/netpfil/ipfw/ip_dn_private.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sys/netpfil/ipfw/ip_dn_private.h b/sys/netpfil/ipfw/ip_dn_private.h index 8dedd071bd81..cc084f2fcc0d 100644 --- a/sys/netpfil/ipfw/ip_dn_private.h +++ b/sys/netpfil/ipfw/ip_dn_private.h @@ -77,15 +77,7 @@ MALLOC_DECLARE(M_DUMMYNET); #define DN_BH_WUNLOCK() mtx_unlock(&V_dn_cfg.uh_mtx) #define DN_BH_LOCK_ASSERT() mtx_assert(&V_dn_cfg.uh_mtx, MA_OWNED) -SLIST_HEAD(dn_schk_head, dn_schk); -SLIST_HEAD(dn_sch_inst_head, dn_sch_inst); SLIST_HEAD(dn_fsk_head, dn_fsk); -SLIST_HEAD(dn_queue_head, dn_queue); -SLIST_HEAD(dn_alg_head, dn_alg); - -#ifdef NEW_AQM -SLIST_HEAD(dn_aqm_head, dn_aqm); /* for new AQMs */ -#endif struct mq { /* a basic queue of packets*/ struct mbuf *head, *tail;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109142001.18EK1KrG089340>