libcommon: move event.c to libcommon-lgpl
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Sat, 29 Jan 2022 00:29:58 +0000 (19:29 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 28 Feb 2022 21:46:11 +0000 (16:46 -0500)
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 <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I1e15a547e526198f971a287a726d0e6229a733b0

src/common/Makefile.am

index 902e2c174bcea74e185b5da5a05579c326826560..d29a37d98d0dee8b97302dd5fd10624abda837c2 100644 (file)
@@ -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 \
This page took 0.025118 seconds and 4 git commands to generate.