From eb89371d2b36141ca94b1351c5217942a40d390c Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Wed, 3 Jan 2018 20:19:45 +0100 Subject: Added a queue argument to the get-size function when running the tests/clients --- test/routines/level2/xher.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/routines/level2/xher.hpp') 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 &args) { + static void SetSizes(Arguments &args, Queue&) { args.a_size = GetSizeA(args); args.x_size = GetSizeX(args); } -- cgit v1.2.3