From d2d3ec1cde4408cb65193c9b76221ccadc7fb265 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 26 Oct 2025 01:35:53 +0100 Subject: [PATCH] Add a TODO marker for the next step. --- src/pv/loop.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pv/loop.c b/src/pv/loop.c index c2edd88..00ef579 100644 --- a/src/pv/loop.c +++ b/src/pv/loop.c @@ -1063,6 +1063,10 @@ int pv_watchfd_loop(pvstate_t state) * If the fd is still open and we * got its current position, update * its position and timers. + * + * TODO: consolidate duplicate code, + * this is similar to + * pv_main_loop(). */ struct timespec init_time, transfer_elapsed;