[Pkg-opt-media-team] Bug#709971: dvd+rw-tools: growisofs more then	1 Bluray, since Debian 7 speed collapses
    Thomas Schmitt 
    scdbackup at gmx.net
       
    Wed Jun  5 14:26:26 UTC 2013
    
    
  
Hi,
i wrote:
> the kernel's time measurement with ioctl(SG_IO):
>   struct sg_io_hdr_t.duration
Just to avoid raised eyebrows if kernel programmers see this:
The word "struct" here was an error of mine.
The time measurement component is defined in <scsi/sg.h> as
part of the ioctl(SG_IO) parameter struct which gets defined
as type sg_io_hdr_t:
 
  typedef struct sg_io_hdr
  {
    ...
    unsigned int duration;      /* [o] time taken by cmd (unit: millisec) */
    ...
  } sg_io_hdr_t;
Have a nice day :)
Thomas
    
    
More information about the Pkg-opt-media-team
mailing list