[EMAIL PROTECTED] wrote:
> 
> i need to TAILQ_INIT a queue at kernel startup .. how
> can  i do it in my code?
> reg

Grep for "SYSINIT" in the kernel sources.

Do your initialization as late as possible, but before the
queue is used.

-- Terry

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

Reply via email to