Merged, thanks! Jérémie
On 18 October 2017 at 11:39, Jonathan Rajotte <[email protected]> wrote: > It appears that commit 389fbf04b41e2002be44a1e3392bfade2f1deeef missed > it. > > Signed-off-by: Jonathan Rajotte <[email protected]> > --- > tests/utils/utils.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/utils/utils.c b/tests/utils/utils.c > index b85f027e..0b965524 100644 > --- a/tests/utils/utils.c > +++ b/tests/utils/utils.c > @@ -55,7 +55,7 @@ int usleep_safe(useconds_t usec) > goto end; > } > > - ret = clock_gettime(CLOCK_MONOTONIC, &t2); > + ret = lttng_clock_gettime(CLOCK_MONOTONIC, &t2); > if (ret) { > perror("clock_gettime"); > goto end; > -- > 2.11.0 > -- Jérémie Galarneau EfficiOS Inc. http://www.efficios.com _______________________________________________ lttng-dev mailing list [email protected] https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
