diff options
Diffstat (limited to 'src/include/device')
-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 63e95380c4..018fb9313f 100644 --- a/src/include/device/path.h +++ b/src/include/device/path.h @@ -40,6 +40,7 @@ struct apic_path unsigned apic_id; unsigned node_id; unsigned core_id; + unsigned index; }; struct apic_cluster_path |