X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-common.h;h=d55084c96205bb0731a4557326a1357dcfa4ea6a;hb=1c1968450409b3c159a3000f9e1a968ff1e5f7e8;hp=8396e6b44151b836c136920edd159d1c3a7b560e;hpb=fca97dfd73a96bbf964c39e7f3a21fe70cccee96;p=lttng-ust.git diff --git a/include/lttng/ust-common.h b/include/lttng/ust-common.h index 8396e6b4..d55084c9 100644 --- a/include/lttng/ust-common.h +++ b/include/lttng/ust-common.h @@ -1,8 +1,8 @@ +// SPDX-FileCopyrightText: 2021 Michael Jeanson +// +// SPDX-License-Identifier: MIT + /* - * SPDX-License-Identifier: MIT - * - * Copyright (C) 2021 Michael Jeanson - * * Public symbols of liblttng-ust-common.so */ @@ -17,4 +17,6 @@ void lttng_ust_common_ctor(void) __attribute__((constructor)); +void lttng_ust_common_alloc_tls(void); + #endif