Date: Fri, 9 Jun 2000 01:44:01 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: Nathan <nathan@khmere.com> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: rlist.h !!! help !!! Message-ID: <200006090844.BAA10695@apollo.backplane.com> References: <393FED06.D0AC26CB@khmere.com>
next in thread | previous in thread | raw e-mail | index | archive | help
: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
<dillon@backplane.com>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006090844.BAA10695>
