diff options
Diffstat (limited to 'src/include/device/path.h')
-rw-r--r-- | src/include/device/path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/path.h b/src/include/device/path.h index 28c932ad8e..a1ea42c154 100644 --- a/src/include/device/path.h +++ b/src/include/device/path.h @@ -78,6 +78,7 @@ struct apic_path { unsigned int node_id; unsigned int core_id; unsigned int thread_id; + unsigned char core_type; }; struct ioapic_path { |