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
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