Re: [PATCH weston 00/12] libweston: Use struct timespec for time values

2017-11-27 Thread Pekka Paalanen
On Thu, 16 Nov 2017 18:20:49 +0200 Alexandros Frantzis wrote: > This patchset changes libweston to consistently use struct timespec for time > values. > > struct timespec is the standard way to represent time on Linux and allows for > an improved range and accuracy compared to the millisecond ba

[PATCH weston 00/12] libweston: Use struct timespec for time values

2017-11-16 Thread Alexandros Frantzis
This patchset changes libweston to consistently use struct timespec for time values. struct timespec is the standard way to represent time on Linux and allows for an improved range and accuracy compared to the millisecond based uint32_t values currently used in throughout the codebase. This change