Fix: sessiond: size-based rotation threshold exceeded in per-pid tracing (1/2)
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-internal.hpp
index 497484ba04534586263072b4f629c62bb2b124b8..b53c24b2398a98f77de8534d210b72677eb250de 100644 (file)
@@ -30,6 +30,7 @@ struct channel_key {
 
 struct session_info {
        struct lttng_ref ref;
+       uint64_t id;
        char *name;
        uid_t uid;
        gid_t gid;
@@ -165,6 +166,7 @@ struct notification_client {
                 * clean-up.
                 */
                bool active;
+               int current_poll_events;
                struct {
                        /*
                         * During the reception of a message, the reception
This page took 0.022764 seconds and 4 git commands to generate.