unsigned int have_resources : 1; /* Set if we have read the devices' resources. */
Can we think of a new name that makes it clear that this tells if the resources have been read, not if there are resources?
I don't like read_resources because it's unclear that it should be past tense.
Thanks, Myles
On Fri, Nov 14, 2008 at 1:15 PM, Myles Watson mylesgw@gmail.com wrote:
unsigned int have_resources : 1; /* Set if we have read the devices' resources. */
Can we think of a new name that makes it clear that this tells if the resources have been read, not if there are resources?
Please, get a better name, that one is confusing :-)
discovered_resources? scanned_resources? (confusing with scan)
I don't know.
ron