From ebfe02d5cd4e04d0df471669190e4feb1e2e493c Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Sun, 22 May 2016 15:42:14 +0300 Subject: Cleanup AtomicReq::commit --- tests/kmscapture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/kmscapture.cpp') diff --git a/tests/kmscapture.cpp b/tests/kmscapture.cpp index ff62678..ee700b7 100644 --- a/tests/kmscapture.cpp +++ b/tests/kmscapture.cpp @@ -427,7 +427,7 @@ int main(int argc, char** argv) r = req.test(); FAIL_IF(r, "Atomic commit failed: %d", r); - req.commit(); + req.commit_sync(); } for (auto cam : cameras) -- cgit v1.2.3