Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2001 10:00:50 -0700
From:      Terry Lambert <tlambert2@mindspring.com>
To:        sridharv@ufl.edu
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: init
Message-ID:  <3B531DC2.DD8B9D1B@mindspring.com>
References:  <200107152301.TAA16828@anansi.vpha.health.ufl.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
sridharv@ufl.edu 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 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?3B531DC2.DD8B9D1B>