X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fhealth%2Fhealth.c;h=830b6f0ef2829e7550fcdded38b17ae8837f265c;hp=2667e393002c8cbb21c22fdd70e384d90396d92d;hb=389fbf04b41e2002be44a1e3392bfade2f1deeef;hpb=d05d6fe165c27f077445d1c213becd077173adab diff --git a/src/common/health/health.c b/src/common/health/health.c index 2667e3930..830b6f0ef 100644 --- a/src/common/health/health.c +++ b/src/common/health/health.c @@ -171,7 +171,7 @@ static int validate_state(struct health_app *ha, struct health_state *state) last = state->last; current = uatomic_read(&state->current); - ret = clock_gettime(CLOCK_MONOTONIC, ¤t_time); + ret = lttng_clock_gettime(CLOCK_MONOTONIC, ¤t_time); if (ret < 0) { PERROR("Error reading time\n"); /* error */