Re: [ovs-dev] [PATCH] stopwatch: Fix Windows incompatibility

2018-04-10 Thread Ben Pfaff
On Mon, Apr 09, 2018 at 12:07:20PM -0500, Mark Michelson wrote: > Stopwatch was implemented using a Unix-only pipe structure. This commit > changes to using a guarded list and latch in order to pass data between > threads. > > Signed-off-by: Mark Michelson Thanks, applied

[ovs-dev] [PATCH] stopwatch: Fix Windows incompatibility

2018-04-09 Thread Mark Michelson
Stopwatch was implemented using a Unix-only pipe structure. This commit changes to using a guarded list and latch in order to pass data between threads. Signed-off-by: Mark Michelson --- lib/stopwatch.c | 92 + 1 file