X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-clock.h;h=ee53a99a173b6bafc0556913b871127fd4d936ce;hp=c2e0cbcc394a9708f16801802761169e8cd0ea6d;hb=7e0de2192e89732f6dea0b72992096a028ca02d1;hpb=1cf9656cf8f53a69a8be83cb76c0ee3de64b0db8 diff --git a/src/bin/lttng-sessiond/ust-clock.h b/src/bin/lttng-sessiond/ust-clock.h index c2e0cbcc3..ee53a99a1 100644 --- a/src/bin/lttng-sessiond/ust-clock.h +++ b/src/bin/lttng-sessiond/ust-clock.h @@ -1,26 +1,15 @@ /* - * Copyright (C) 2010 Pierre-Marc Fournier - * Copyright (C) 2011 Mathieu Desnoyers + * Copyright (C) 2010 Pierre-Marc Fournier + * Copyright (C) 2011 Mathieu Desnoyers * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; version 2.1 of - * the License. + * SPDX-License-Identifier: GPL-2.0-only * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _UST_CLOCK_H #define _UST_CLOCK_H -#include +#include #include #include #include @@ -29,7 +18,7 @@ #include #include -#include +#include /* TRACE CLOCK */ @@ -57,7 +46,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;