svn commit: r296320 - in head/sys: kern sys

Hans Petter Selasky hps at selasky.org
Thu Mar 3 11:02:45 UTC 2016


On 03/03/16 11:59, Hans Petter Selasky wrote:
> +/* Flags for callout_stop_safe() */
> +#define    CS_DRAIN        0x0001 /* callout_drain(), wait allowed */
> +#define    CS_MIGRBLOCK        0x0002 /* Block migration, return value
> +                      indicates that the callout was
> +                          executing */
> +
>    #ifdef _KERNEL

Should these defines be under #ifdef _KERNEL ?

--HPS


More information about the svn-src-all mailing list