]> arthur.barton.de Git - netdata.git/commit - CMakeLists.txt
introduce new clocks API using `clock_gettime()`
authorRémi Lefèvre <remi.lefevre@parrot.com>
Tue, 6 Dec 2016 11:02:29 +0000 (12:02 +0100)
committerRémi Lefèvre <remi.lefevre@parrot.com>
Sun, 11 Dec 2016 10:51:53 +0000 (11:51 +0100)
commitff9312b7b5708d1d1da6c58465e170bd0896556b
tree9fd42606927733482d2e6aacfe1e6656cd7edc08
parenta6d2de66a5d6d781dcc51a5e2bafa9c10f7765a1
introduce new clocks API using `clock_gettime()`

Fallbacks are provided for systems that do not support
clock_gettime(), CLOCK_MONOTONIC or CLOCK_BOOTTIME.

Signed-off-by: Rémi Lefèvre <remi.lefevre@parrot.com>
CMakeLists.txt
configure.ac
src/Makefile.am
src/clocks.c [new file with mode: 0644]
src/clocks.h [new file with mode: 0644]
src/common.c
src/common.h