From 3c9a9d8bce70bf906a73809a84f3ffbcf7095036 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Wed, 24 Feb 2021 08:56:54 +0100 Subject: [PATCH] Add output symlink name to writer config --- jf-live-writer/include/live_writer_config.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jf-live-writer/include/live_writer_config.hpp b/jf-live-writer/include/live_writer_config.hpp index 76d9b05..d47c531 100644 --- a/jf-live-writer/include/live_writer_config.hpp +++ b/jf-live-writer/include/live_writer_config.hpp @@ -4,4 +4,6 @@ namespace live_writer_config { // N of IO threads to receive data from modules. const int LIVE_ZMQ_IO_THREADS = 1; + + const std::string OUTPUT_FOLDER_SYMLINK = "OUTPUT/" } \ No newline at end of file