Refactor ASF Celix utils to use libuv time/clock api #772
Labels
component/utils
Categorizes an issue or PR relevant to the utils.
kind/api-change
Categorizes issue or PR as related to adding, removing, or otherwise changing an API
kind/improvement
Categorizes issue or PR as related to improvements.
Milestone
Introduction
The utils api uses
struct timespec
andclockid_t
. This should be replaced withuv_timeval64_t
anduv_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
andclockid_t
with libuv altenatives.Replace ASF Celix internal usage of
struct timespec
andclockid_t
with libuv altenatives.The text was updated successfully, but these errors were encountered: