cvs commit: src/sys/sys ktrace.h src/sys/kern kern_ktrace.c

Robert Watson rwatson at FreeBSD.org
Tue Nov 1 06:46:39 PST 2005


rwatson     2005-11-01 14:46:37 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              ktrace.h 
    sys/kern             kern_ktrace.c 
  Log:
  Reuse ktr_unused field in ktr_header structure as ktr_tid; populate
  ktr_tid as part of gathering of ktr header data for new ktrace
  records.  The continued use of intptr_t is required for file layout
  reasons, and cannot be changed to lwpid_t at this point.
  
  MFC after:      1 month
  Reviewed by:    davidxu
  
  Revision  Changes    Path
  1.103     +1 -1      src/sys/kern/kern_ktrace.c
  1.31      +1 -1      src/sys/sys/ktrace.h


More information about the cvs-src mailing list