aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/loader.h')
-rw-r--r--loader/loader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/loader/loader.h b/loader/loader.h
index a8a5a2a2..1a187d87 100644
--- a/loader/loader.h
+++ b/loader/loader.h
@@ -278,7 +278,8 @@ struct loader_instance {
uint32_t total_gpu_count;
struct loader_physical_device_term *phys_devs_term;
- struct loader_physical_device_tramp *phys_devs_tramp;
+ uint32_t phys_dev_count_tramp;
+ struct loader_physical_device_tramp **phys_devs_tramp;
struct loader_instance *next;