Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys
Brett Lymn wrote:
> Module Name:  src
> Committed By: blymn
> Date:         Fri Apr 14 13:09:07 UTC 2006
> 
> ...
>       src/sys/sys: iostat.h
The new "struct io_stats" has members like:
        char            *name;  /* device name */
        void            *parent; /* pointer to what we are attached to */
        int             type;   /* type of device the state belong to */
        int             busy;   /* busy counter */
Should these names have io_ prefixes?  The current names are a bit
"generic", and could cause issues in code that includes <sys/iostat.h>.
Simon.
--
Simon Burge                            <simonb%wasabisystems.com@localhost>
NetBSD Support and Service:         http://www.wasabisystems.com/
Home |
Main Index |
Thread Index |
Old Index