Re: [PATCH weston 3/7] timespec: Add timespec_to_msec helper

2017-02-15 Thread Pekka Paalanen
On Tue, 14 Feb 2017 13:18:03 + Daniel Stone wrote: > Paralleling timespec_to_nsec, converts to milliseconds. > > Signed-off-by: Daniel Stone > --- > libweston/compositor.c | 2 +- > shared/timespec-util.h | 11 +++ > tests/timespec-test.c | 9 + > 3 files changed, 21 ins

[PATCH weston 3/7] timespec: Add timespec_to_msec helper

2017-02-14 Thread Daniel Stone
Paralleling timespec_to_nsec, converts to milliseconds. Signed-off-by: Daniel Stone --- libweston/compositor.c | 2 +- shared/timespec-util.h | 11 +++ tests/timespec-test.c | 9 + 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/libweston/compositor.c b/libwesto