From 1aac0b10c9499db77cbe39e43a0abc8cccc72079 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 7 Oct 2014 20:02:13 +0200 Subject: test/run_input, ...: add struct ScopeIOThread Auto-stop the IO thread in all error handlers. --- test/visit_archive.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'test/visit_archive.cxx') diff --git a/test/visit_archive.cxx b/test/visit_archive.cxx index d4854d8f1..f5dba5c8e 100644 --- a/test/visit_archive.cxx +++ b/test/visit_archive.cxx @@ -21,7 +21,7 @@ #include "stdbin.h" #include "tag/Tag.hxx" #include "config/ConfigGlobal.hxx" -#include "IOThread.hxx" +#include "ScopeIOThread.hxx" #include "input/Init.hxx" #include "archive/ArchiveList.hxx" #include "archive/ArchivePlugin.hxx" @@ -65,8 +65,7 @@ main(int argc, char **argv) config_global_init(); - io_thread_init(); - io_thread_start(); + const ScopeIOThread io_thread; archive_plugin_init_all(); @@ -101,8 +100,6 @@ main(int argc, char **argv) archive_plugin_deinit_all(); - io_thread_deinit(); - config_global_finish(); return result; -- cgit v1.2.3