Fix: sessiond: assert on empty payload when handling client out event
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-internal.h
index e835bd6afe3cad4ab2532059db867aeb16e59e6a..5e39ed8c692f92d28b2425f1fb7db830af1f6fc3 100644 (file)
@@ -142,6 +142,7 @@ struct notification_client {
        uint8_t major, minor;
        uid_t uid;
        gid_t gid;
+       bool is_sessiond;
        /*
         * Indicates if the credentials and versions of the client have been
         * checked.
@@ -164,6 +165,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.024114 seconds and 4 git commands to generate.