Hi,

I am trying to port Randall Stewart's SCTP implementation
from -STABLE to -CURRENT.

The code makes use of zfreei(), zinit(), etc. and struct vm_zone.

How can I port this code to -CURRENT?

Can I start by replacing these calls be directly replaced with the uma_* 
versions:
zinit    ->    uma_zcreate
zfreei   ->    uma_zfree

How do I deal with the struct vm_zone?

Thanks.
-- 
Craig Rodrigues        
http://crodrigues.org
[EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to