aboutsummaryrefslogtreecommitdiff
path: root/tests/profiling/gatordmock/GatordMockService.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/profiling/gatordmock/GatordMockService.hpp')
-rw-r--r--tests/profiling/gatordmock/GatordMockService.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/profiling/gatordmock/GatordMockService.hpp b/tests/profiling/gatordmock/GatordMockService.hpp
index 10bf88406e..deafcfdc92 100644
--- a/tests/profiling/gatordmock/GatordMockService.hpp
+++ b/tests/profiling/gatordmock/GatordMockService.hpp
@@ -69,6 +69,9 @@ public:
/// Send a connection acknowledged packet back to the client.
void SendConnectionAck();
+ /// Send a request counter directory packet back to the client.
+ void SendRequestCounterDir();
+
/// Start the thread that will receive all packets and print them nicely to stdout.
bool LaunchReceivingThread();