mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-22 00:04:36 +02:00
bugfix stream address parameter index
This commit is contained in:
committed by
GitHub
parent
48b68668f4
commit
ab09d26c70
@@ -27,7 +27,7 @@ int main (int argc, char *argv[])
|
||||
}
|
||||
|
||||
auto config = BufferUtils::read_json_config(string(argv[1]));
|
||||
const auto stream_address = string(argv[3]);
|
||||
const auto stream_address = string(argv[2]);
|
||||
|
||||
auto ctx = zmq_ctx_new();
|
||||
zmq_ctx_set(ctx, ZMQ_IO_THREADS, STREAM_ZMQ_IO_THREADS);
|
||||
|
||||
Reference in New Issue
Block a user