We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afe854 commit 87be2e2Copy full SHA for 87be2e2
samples/kvssink_intermittent_sample.cpp
@@ -54,6 +54,7 @@ void shutdown_sample () {
54
std::lock_guard<std::mutex> lock(cv_mutex);
55
terminated = TRUE;
56
cv.notify_all();
57
+ duration_cv.notify_all();
58
if (main_loop != NULL) {
59
g_main_loop_quit(main_loop);
60
}
0 commit comments