summaryrefslogtreecommitdiff
path: root/src/lib/util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-04 23:38:08 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-04 23:38:08 +0000
commit918124fb0b2fdf05bf98aee2c74c85387f1d8638 (patch)
tree209154022d91c7381c2ed1b2b00f01ebe14997e6 /src/lib/util.cc
parent9a5f1ef94b9916f5cd5996255007200bf61af7bf (diff)
Listen for server replies on different ports on main and batch, and get servers to send replies to both (#1190).
Diffstat (limited to 'src/lib/util.cc')
-rw-r--r--src/lib/util.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc
index 8ed878561..68cded2a3 100644
--- a/src/lib/util.cc
+++ b/src/lib/util.cc
@@ -104,6 +104,7 @@ using dcp::locale_convert;
* in during App::onInit().
*/
string program_name;
+bool is_batch_converter = false;
static boost::thread::id ui_thread;
static boost::filesystem::path backtrace_file;