summaryrefslogtreecommitdiff
path: root/services/gpuservice/tests/unittests/TestableGpuMem.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/gpuservice/tests/unittests/TestableGpuMem.h')
-rw-r--r--services/gpuservice/tests/unittests/TestableGpuMem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/gpuservice/tests/unittests/TestableGpuMem.h b/services/gpuservice/tests/unittests/TestableGpuMem.h
index 6c8becb075..f21843fe1a 100644
--- a/services/gpuservice/tests/unittests/TestableGpuMem.h
+++ b/services/gpuservice/tests/unittests/TestableGpuMem.h
@@ -28,7 +28,7 @@ public:
void setInitialized() { mGpuMem->mInitialized.store(true); }
- void setGpuMemTotalMap(bpf::BpfMap<uint64_t, uint64_t>& map) {
+ void setGpuMemTotalMap(bpf::BpfMapRO<uint64_t, uint64_t>& map) {
mGpuMem->setGpuMemTotalMap(map);
}