sessiond: ust-app: Remove unused buffer_type attribute
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 13 Jun 2024 22:00:53 +0000 (22:00 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 5 Jul 2024 16:48:58 +0000 (12:48 -0400)
Change-Id: Iea510844f7d1dec439b56ab509eb510e195464d8
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-app.hpp

index d1551a335a430ad02cc17dffc420eaefd9af1396..e38ee830b5383cae48b856a15ea6f03538c9e219 100644 (file)
@@ -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;
This page took 0.024775 seconds and 4 git commands to generate.