From 038ab50beb63ed0ef8cc658b0d97466091183898 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Fri, 28 Jan 2022 19:29:58 -0500 Subject: [PATCH] libcommon: move event.c to libcommon-lgpl MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The `event.c` license is already LGPL. There is no technical reason why it was not part of the lgpl side of libcommon, simply that nothing that is LGPL needed it. This will change in upcoming commits with the addition of ser/des functions of `struct lttng_event` and other structs related to `lttng_event` for liblttng-ctl. Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau Change-Id: I1e15a547e526198f971a287a726d0e6229a733b0 --- src/common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 902e2c174..d29a37d98 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -71,6 +71,7 @@ libcommon_lgpl_la_SOURCES = \ error.cpp error.h \ error-query.cpp \ evaluation.cpp \ + event.cpp \ event-expr/event-expr.cpp \ event-field-value.cpp \ event-rule/event-rule.cpp \ @@ -132,7 +133,6 @@ libcommon_gpl_la_SOURCES = \ common.h \ context.cpp context.h \ daemonize.cpp daemonize.h \ - event.cpp \ filter.cpp filter.h \ fs-handle.cpp fs-handle.h fs-handle-internal.h \ futex.cpp futex.h \ -- 2.34.1