Date: Fri, 16 Jul 2004 00:07:44 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_ppp.c Message-ID: <200407160007.i6G07i6Y075643@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2004-07-16 00:07:44 UTC FreeBSD src repository Modified files: sys/netgraph ng_ppp.c Log: Use qsort_r() instead of qsort() when sorting links by latency This helps us to remove a global variable and a mutex protecting it. Reviewed by: rwatson Approved by: julian (mentor) Revision Changes Path 1.50 +5 -20 src/sys/netgraph/ng_ppp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407160007.i6G07i6Y075643>