X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Flttng%2Fust-ctl.h;h=86aa6ef7c6b9f49bd7f6f719cb4d6596d279f8bc;hb=1c1968450409b3c159a3000f9e1a968ff1e5f7e8;hp=25e588b39a32f409da0f83de037b2205e2350624;hpb=2137460a3901f8abdae909cf72e43e6ac23507ec;p=lttng-ust.git diff --git a/include/lttng/ust-ctl.h b/include/lttng/ust-ctl.h index 25e588b3..86aa6ef7 100644 --- a/include/lttng/ust-ctl.h +++ b/include/lttng/ust-ctl.h @@ -1,9 +1,7 @@ -/* - * SPDX-License-Identifier: GPL-2.0-only - * - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011-2013 Mathieu Desnoyers - */ +// SPDX-FileCopyrightText: 2011 EfficiOS Inc. +// SPDX-FileCopyrightText: 2011-2013 Mathieu Desnoyers +// +// SPDX-License-Identifier: GPL-2.0-only #ifndef _LTTNG_UST_CTL_H #define _LTTNG_UST_CTL_H @@ -660,6 +658,8 @@ int lttng_ust_ctl_counter_clear(struct lttng_ust_ctl_daemon_counter *counter, void lttng_ust_ctl_sigbus_handle(void *addr); +int lttng_ust_ctl_get_version(uint32_t *major, uint32_t *minor, uint32_t *patchlevel); + #ifdef __cplusplus } #endif