: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 
                                        <[EMAIL PROTECTED]>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to