From 8281b918effb9a285e3194e18062234079b75cb0 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Fri, 27 Mar 2026 22:28:07 +0000 Subject: [PATCH] Add a TODO marker for monitor mode suggesting another way to pass ratio information between in and out (#67). --- src/main/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/main.c b/src/main/main.c index b860809..d662f8c 100644 --- a/src/main/main.c +++ b/src/main/main.c @@ -317,6 +317,7 @@ static int pv__run_monitor(const char *program_name, pvstate_t state, pvside_t s /* TODO: use other_side_pid, for ratio display. */ /* TODO: exchange transfer information like -Q. */ + /* TODO: ...or arrange pipes between the two PIDs. */ /*@-observertrans@ */ dummy_argv[0] = "-";