X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fsave-internal.h;h=1af3f87e14db822c08eeaa6c5ba22e27754d6e59;hp=aac213e03fefc94da9e69c5bae53de72411557e8;hb=7a86c13d20ba17a39767f808e6f0ea363430eeda;hpb=c7b06618b808029e4118f9ac083198a2040b4df4 diff --git a/include/lttng/save-internal.h b/include/lttng/save-internal.h index aac213e03..1af3f87e1 100644 --- a/include/lttng/save-internal.h +++ b/include/lttng/save-internal.h @@ -1,18 +1,8 @@ /* - * Copyright (C) 2013 - Jérémie Galarneau + * Copyright (C) 2013 Jérémie Galarneau * - * 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_SAVE_INTERNAL_ABI_H @@ -34,6 +24,10 @@ struct lttng_save_session_attr { char configuration_url[PATH_MAX]; /* Overwrite the session configuration file if it exists. */ uint8_t overwrite; + /* Omit the sessions' name(s). */ + uint8_t omit_name; + /* Omit the sessions' output(s). */ + uint8_t omit_output; } LTTNG_PACKED; #endif /* LTTNG_SAVE_INTERNAL_ABI_H */