John Baldwin wrote:
jhb         2006-01-24 22:23:45 UTC

  FreeBSD src repository

  Modified files:
sys/kern subr_witness.c sys/sys ktr.h Log:
  - Add a new KTR_SUBSYS in place of KTR_SPARE1 to serve as a subsystem
    placeholder similar to KTR_DEV.  Explain the use of KTR_DEV and
    KTR_SUBSYS in a comment as well.
  - Retire KTR_WITNESS and instead have KTR_WITNESS default to off but use
    KTR_SUBSYS if it is enabled.
Revision Changes Path
  1.212     +6 -0      src/sys/kern/subr_witness.c
  1.36      +7 -2      src/sys/sys/ktr.h

Thanks, and I hope as we expand, people will use KTR_SUBSYS or KTR_DEV instead of growing their own.

--
Nate
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to