From d3a165f287b6d3e010bf10d1816db972e320fad2 Mon Sep 17 00:00:00 2001 From: HÃ¥vard Pettersen Date: Mon, 13 Feb 2023 13:37:57 +0000 Subject: stop using fastos thread combine cancel with stop such that cancel means stopped before started and therefore never run. drop the started sync point since there is no state we need to pass from the thread to the starter of the thread. --- slobrok/src/tests/mirrorapi/mirrorapi.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'slobrok') diff --git a/slobrok/src/tests/mirrorapi/mirrorapi.cpp b/slobrok/src/tests/mirrorapi/mirrorapi.cpp index 58af7cd7f78..2ba54fdb9d0 100644 --- a/slobrok/src/tests/mirrorapi/mirrorapi.cpp +++ b/slobrok/src/tests/mirrorapi/mirrorapi.cpp @@ -9,6 +9,7 @@ #include #include #include +#include #include LOG_SETUP("mirrorapi_test"); -- cgit v1.2.3