From 7d35269bae38feb128e696ef0501dccb257e70c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 13 Jun 2024 22:00:53 +0000 Subject: [PATCH] sessiond: ust-app: Remove unused buffer_type attribute MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Iea510844f7d1dec439b56ab509eb510e195464d8 Signed-off-by: Jérémie Galarneau --- src/bin/lttng-sessiond/ust-app.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/lttng-sessiond/ust-app.hpp b/src/bin/lttng-sessiond/ust-app.hpp index d1551a335..e38ee830b 100644 --- a/src/bin/lttng-sessiond/ust-app.hpp +++ b/src/bin/lttng-sessiond/ust-app.hpp @@ -298,8 +298,7 @@ struct ust_app { uint32_t v_minor; /* Version minor number */ /* Extra for the NULL byte. */ char name[UST_APP_PROCNAME_LEN + 1]; - /* Type of buffer this application uses. */ - enum lttng_buffer_type buffer_type; + struct lttng_ht *sessions; struct lttng_ht_node_ulong pid_n; struct lttng_ht_node_ulong sock_n; -- 2.34.1