X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fsnapshot-internal.h;h=78c741349c750a0c1ae81a61b7aa4764fec86698;hp=b7391c228f084b1e7b732282010b763da1c48dd0;hb=7bd95aee4660c6419a4a65429fc27754481e7e90;hpb=36d2e35df61339e4394e84ad9790b984d259e0f0 diff --git a/include/lttng/snapshot-internal.h b/include/lttng/snapshot-internal.h index b7391c228..78c741349 100644 --- a/include/lttng/snapshot-internal.h +++ b/include/lttng/snapshot-internal.h @@ -1,18 +1,8 @@ /* - * Copyright (C) 2013 - David Goulet + * Copyright (C) 2013 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_SNAPSHOT_INTERNAL_ABI_H @@ -21,6 +11,7 @@ #include #include #include +#include /* * Object used for the snapshot API. This is opaque to the public library. @@ -43,7 +34,7 @@ struct lttng_snapshot_output { char ctrl_url[PATH_MAX]; /* Destination of the output. See lttng(1) for URL format. */ char data_url[PATH_MAX]; -}; +} LTTNG_PACKED; /* * Snapshot output list object opaque to the user. @@ -60,7 +51,7 @@ struct lttng_snapshot_output_list { size_t count; /* - * Containes snapshot output object. + * Contains snapshot output object. */ struct lttng_snapshot_output *array; };