]> mj.ucw.cz Git - pciutils.git/blobdiff - lib/pci.h
libpci: Do not build physmem-posix.c when not needed
[pciutils.git] / lib / pci.h
index 03b4c41694ff03d4302f6564336d4e6757f43162..dbdb02fcfd2d719a008596d43789a83cb75757cc 100644 (file)
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -81,8 +81,9 @@ 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 */
+  char *id_cache_name;
   struct udev *id_udev;                        /* names-hwdb.c */
   struct udev_hwdb *id_udev_hwdb;
   int fd;                              /* proc/sys: fd for config space */