summaryrefslogtreecommitdiff
path: root/overlay/gpu-perf.h
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/gpu-perf.h')
-rw-r--r--overlay/gpu-perf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/overlay/gpu-perf.h b/overlay/gpu-perf.h
index ced9379e..c0e00301 100644
--- a/overlay/gpu-perf.h
+++ b/overlay/gpu-perf.h
@@ -25,6 +25,7 @@ struct gpu_perf {
struct gpu_perf_time {
struct gpu_perf_time *next;
struct gpu_perf_comm *comm;
+ int ring;
uint32_t seqno;
uint64_t time;
} *wait, *busy;