From: Jérémie Galarneau Date: Thu, 13 Jun 2024 22:00:53 +0000 (+0000) Subject: sessiond: ust-app: Remove unused buffer_type attribute X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=7d35269bae38feb128e696ef0501dccb257e70c0;p=lttng-tools.git sessiond: ust-app: Remove unused buffer_type attribute Change-Id: Iea510844f7d1dec439b56ab509eb510e195464d8 Signed-off-by: Jérémie Galarneau --- 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;