You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The utils api uses struct timespec and clockid_t. This should be replaced with uv_timeval64_t and uv_clock_id.
This will abstract the current Linux-specific implementation and make it cross-platform.
Steps
Replace ASF Celix public api usage of struct timespec and clockid_t with libuv altenatives.
Replace ASF Celix internal usage of struct timespec and clockid_t with libuv altenatives.
Introduction
The utils api uses
struct timespecandclockid_t. This should be replaced withuv_timeval64_tanduv_clock_id.This will abstract the current Linux-specific implementation and make it cross-platform.
Steps
Replace ASF Celix public api usage of
struct timespecandclockid_twith libuv altenatives.Replace ASF Celix internal usage of
struct timespecandclockid_twith libuv altenatives.