On Tue, Jul 16, 2024 at 06:36:35PM +0200, Martin Wilck wrote: > On Mon, 2024-07-15 at 22:49 +0200, Martin Wilck wrote: > > On Sat, 2024-07-13 at 02:05 -0400, Benjamin Marzinski wrote: > > > + next_idx = (start_secs + pp->tick) % adjust_int; > > > + if (next_idx > goal_idx && next_idx - goal_idx < pp- > > > > checkint) > > > + pp->tick--; > > This code raises compilation errors on some architectures, see > https://github.com/openSUSE/multipath-tools/actions/runs/9942603306/job/27464440204 > > Martin Thanks. Switching to your modulo idea for checking offset will avoid this. -Ben