Date: Mon, 3 Mar 2008 19:36:04 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.c Message-ID: <200803031936.m23Ja4s9084317@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2008-03-03 19:36:03 UTC FreeBSD src repository Modified files: sys/netgraph ng_pppoe.c Log: Use more compact LIST instead of TAILQ for session hash. Add all listening hooks into LIST to simplify searches. Use ng_findhook() instead of own equal implementation. Revision Changes Path 1.94 +32 -62 src/sys/netgraph/ng_pppoe.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803031936.m23Ja4s9084317>