Subject: Re: Initialising pools using link sets
To: Simon Burge <simonb@wasabisystems.com>
From: enami tsugutomo <enami@but-b.or.jp>
List: tech-kern
Date: 04/10/2004 13:18:11
> -MALLOC_DEFINE(M_CRED, "cred", "credentials");
> +POOL_INIT(cred_pool, sizeof(struct ucred), 0, 0, 0, "credpl", \
> +    &pool_allocator_nointr);

Why the trailing backslash is necessary?

enami.