X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-clock.h;h=07920e060de574ac9184f2b15896dea8b907fa1b;hp=c2e0cbcc394a9708f16801802761169e8cd0ea6d;hb=c70636a7342f34e3be68fcf411cf3e3718b8e73f;hpb=1cf9656cf8f53a69a8be83cb76c0ee3de64b0db8 diff --git a/src/bin/lttng-sessiond/ust-clock.h b/src/bin/lttng-sessiond/ust-clock.h index c2e0cbcc3..07920e060 100644 --- a/src/bin/lttng-sessiond/ust-clock.h +++ b/src/bin/lttng-sessiond/ust-clock.h @@ -20,7 +20,7 @@ #ifndef _UST_CLOCK_H #define _UST_CLOCK_H -#include +#include #include #include #include @@ -29,7 +29,7 @@ #include #include -#include +#include /* TRACE CLOCK */ @@ -57,7 +57,7 @@ uint64_t trace_clock_read64_monotonic(void) { struct timespec ts; - if (clock_gettime(CLOCK_MONOTONIC, &ts)) { + if (lttng_clock_gettime(CLOCK_MONOTONIC, &ts)) { /* TODO Report error cleanly up the chain. */ PERROR("clock_gettime CLOCK_MONOTONIC"); ts.tv_sec = 0;