-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
component/utilsCategorizes an issue or PR relevant to the utils.Categorizes an issue or PR relevant to the utils.kind/api-changeCategorizes issue or PR as related to adding, removing, or otherwise changing an APICategorizes issue or PR as related to adding, removing, or otherwise changing an APIkind/improvementCategorizes issue or PR as related to improvements.Categorizes issue or PR as related to improvements.
Milestone
Description
Introduction
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 timespecandclockid_twith libuv altenatives. -
Replace ASF Celix internal usage of
struct timespecandclockid_twith libuv altenatives.
Metadata
Metadata
Assignees
Labels
component/utilsCategorizes an issue or PR relevant to the utils.Categorizes an issue or PR relevant to the utils.kind/api-changeCategorizes issue or PR as related to adding, removing, or otherwise changing an APICategorizes issue or PR as related to adding, removing, or otherwise changing an APIkind/improvementCategorizes issue or PR as related to improvements.Categorizes issue or PR as related to improvements.