aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pci.h')
-rw-r--r--lib/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pci.h b/lib/pci.h
index 03b4c41..b3386d7 100644
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -81,7 +81,7 @@ struct pci_access {
struct pci_param *params;
struct id_entry **id_hash; /* names.c */
struct id_bucket *current_id_bucket;
- int id_load_failed;
+ int id_load_attempted;
int id_cache_status; /* 0=not read, 1=read, 2=dirty */
struct udev *id_udev; /* names-hwdb.c */
struct udev_hwdb *id_udev_hwdb;