Re: [PATCH weston 1/6] shared: Add timespec_eq helper function

2018-01-18 Thread Pekka Paalanen
On Wed, 20 Dec 2017 16:17:56 +0200 Alexandros Frantzis wrote: > Add a helper function to check if two struct timespec values are equal. > This helper function will be used in upcoming commits that implement the > input_timestamps_unstable_v1 protocol. > > Signed-off-by: Alexandros Frantzis > --

[PATCH weston 1/6] shared: Add timespec_eq helper function

2017-12-20 Thread Alexandros Frantzis
Add a helper function to check if two struct timespec values are equal. This helper function will be used in upcoming commits that implement the input_timestamps_unstable_v1 protocol. Signed-off-by: Alexandros Frantzis --- shared/timespec-util.h | 13 + tests/timespec-test.c | 12 ++