summaryrefslogtreecommitdiff
path: root/test/routines/level2/xher.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-01-03 20:19:45 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2018-01-03 20:19:45 +0100
commiteb89371d2b36141ca94b1351c5217942a40d390c (patch)
tree2c891516a5081b4cf4ad73183cca1e9004ea7e7a /test/routines/level2/xher.hpp
parentad1227c4f2934b0f60c0030101e18b8fb21daf8c (diff)
Added a queue argument to the get-size function when running the tests/clients
Diffstat (limited to 'test/routines/level2/xher.hpp')
-rw-r--r--test/routines/level2/xher.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level2/xher.hpp b/test/routines/level2/xher.hpp
index 745df43f..ec183f7a 100644
--- a/test/routines/level2/xher.hpp
+++ b/test/routines/level2/xher.hpp
@@ -49,7 +49,7 @@ class TestXher {
}
// Describes how to set the sizes of all the buffers
- static void SetSizes(Arguments<U> &args) {
+ static void SetSizes(Arguments<U> &args, Queue&) {
args.a_size = GetSizeA(args);
args.x_size = GetSizeX(args);
}