diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/device/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/device/path.h b/src/include/device/path.h index f8c43901c5..d8ef88033b 100644 --- a/src/include/device/path.h +++ b/src/include/device/path.h @@ -53,7 +53,7 @@ enum device_path_type { } struct domain_path { - unsigned int domain; + unsigned int domain_id; }; struct pci_path { |