cvs commit: src/sys/sys ktrace.h src/sys/kern kern_ktrace.c
    John Baldwin 
    jhb at freebsd.org
       
    Tue Nov  1 07:51:31 PST 2005
    
    
  
On Tuesday 01 November 2005 09:46 am, Robert Watson wrote:
> 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
CTASSERT that sizeof(lwpid_t) <= sizeof(intptr_t)
-- 
John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org
    
    
More information about the cvs-all
mailing list