sessiond: ust: remove unused `is_sent` attribute of ust_app_channel
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.hpp
index 88a923eb0939d0657eccdb7bf09ca844c0fdc472..48dc7b64ef5557df6930ed944ce6fb939491141f 100644 (file)
@@ -144,8 +144,6 @@ struct ust_app_stream {
 struct ust_app_channel {
        int enabled;
        int handle;
-       /* Channel and streams were sent to the UST tracer. */
-       int is_sent;
        /*
         * Unique key used to identify the channel on the consumer side.
         * 0 is a reserved 'invalid' value used to indicate that the consumer
@@ -369,7 +367,7 @@ int ust_app_recv_notify(int sock);
 void ust_app_add(struct ust_app *app);
 struct ust_app *ust_app_create(struct ust_register_msg *msg, int sock);
 void ust_app_notify_sock_unregister(int sock);
-ssize_t ust_app_push_metadata(struct ust_registry_session *registry,
+ssize_t ust_app_push_metadata(ust_registry_session *registry,
                struct consumer_socket *socket, int send_zero_data);
 void ust_app_destroy(struct ust_app *app);
 enum lttng_error_code ust_app_snapshot_record(
@@ -618,7 +616,7 @@ void ust_app_notify_sock_unregister(int sock __attribute__((unused)))
 
 static inline
 ssize_t ust_app_push_metadata(
-               struct ust_registry_session *registry __attribute__((unused)),
+               ust_registry_session *registry __attribute__((unused)),
                struct consumer_socket *socket __attribute__((unused)),
                int send_zero_data __attribute__((unused)))
 {
This page took 0.02349 seconds and 4 git commands to generate.