aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.h
diff options
context:
space:
mode:
authorLenny Komow <lenny@lunarg.com>2016-12-19 17:11:40 -0700
committerLenny Komow <lenny@lunarg.com>2016-12-22 14:22:25 -0700
commit5e4915a0b2ec7ba7b29759d6e50f4647782ebfc2 (patch)
tree7a895a382db05838ebcf750bf73baf5baeca054a /loader/loader.h
parentca9968dea85979dcc21143907d67956e94e8cdee (diff)
downloadusermoji-5e4915a0b2ec7ba7b29759d6e50f4647782ebfc2.tar.xz
loader: Update tramp phys devices dynamically
Change-Id: I693598b5c9f72ecee10661e3af9420941b2bd67c
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;