X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fsession-internal.h;h=305c3f5f54ddd628f5803254c742a7e4fc876978;hp=765f3ce5ccf1124f961bf0c17e014aa55ee1a7d4;hb=7bd95aee4660c6419a4a65429fc27754481e7e90;hpb=b178f53e90c376dd44b020535c32649edef8f80e diff --git a/include/lttng/session-internal.h b/include/lttng/session-internal.h index 765f3ce5c..305c3f5f5 100644 --- a/include/lttng/session-internal.h +++ b/include/lttng/session-internal.h @@ -1,18 +1,8 @@ /* - * Copyright (C) 2019 - Jérémie Galarneau + * Copyright (C) 2019 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_SESSION_INTERNAL_H @@ -25,7 +15,7 @@ struct lttng_session_extended { struct { uint64_t value; uint8_t is_set; - } creation_time LTTNG_PACKED; + } LTTNG_PACKED creation_time; } LTTNG_PACKED; #endif /* LTTNG_SESSION_INTERNAL_H */