From owner-freebsd-hackers Fri Jun 9 1:44: 9 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 145FE37C260 for ; Fri, 9 Jun 2000 01:44:04 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id BAA10695; Fri, 9 Jun 2000 01:44:01 -0700 (PDT) (envelope-from dillon) Date: Fri, 9 Jun 2000 01:44:01 -0700 (PDT) From: Matthew Dillon Message-Id: <200006090844.BAA10695@apollo.backplane.com> To: Nathan Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: rlist.h !!! help !!! References: <393FED06.D0AC26CB@khmere.com> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :I have several programs that use rlist.h (for various reasons ) and I :cannot find it in FreeBSD 4.0 ! (mainly for swap info ) : :Has it been droped ? I know that the kernel/sys/rlist.h has been droped :but does affect the /usr/include/sys/rlist.h ? : :If it has been dropped what do I use instead ??? : :thank you : : :nathan The rlist stuff was used to track swap in 3.x. In 4.x swap tracking was changed to a radix tree (sys/blist.h). Ummm... it's considerably more complex then the old rlist stuff, if you can avoid dependancies on it I would avoid dependancies on it. Since swap was the only thing that used rlists, when the 4.x swap was switched over to the new blist stuff I removed the rlist stuff entirely. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message