X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fdomain.h;h=192c04bf239458c0621ae3ca9ae1dd9bfe8267f7;hb=4bd69c5f1161cd065f487da0f4c1aa03a73c47e4;hp=1e40b392a8ed18adffcd25fedd4b7ba77f5a491d;hpb=95681498599cbd3bc1aa6dfa725a668ab272170b;p=lttng-tools.git diff --git a/include/lttng/domain.h b/include/lttng/domain.h index 1e40b392a..192c04bf2 100644 --- a/include/lttng/domain.h +++ b/include/lttng/domain.h @@ -1,18 +1,8 @@ /* - * Copyright (C) 2014 - David Goulet + * Copyright (C) 2014 David Goulet * - * This library is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License, version 2.1 only, - * as published by the Free Software Foundation. + * SPDX-License-Identifier: LGPL-2.1-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 LTTNG_DOMAIN_H @@ -23,6 +13,7 @@ extern "C" { #endif #include +#include /* * Domain types: the different possible tracers. @@ -68,7 +59,7 @@ struct lttng_domain { * Return the size (number of entries) of the "lttng_domain" array. Caller * must free domains. On error, a negative LTTng error code is returned. */ -extern int lttng_list_domains(const char *session_name, +LTTNG_EXPORT extern int lttng_list_domains(const char *session_name, struct lttng_domain **domains); #ifdef __cplusplus