X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread-internal.h;h=800e8fd837a2817a666cc726596fc63fdc2a2a76;hb=5682b2e6462875214549f5b5a1d9eb1d8df0950e;hp=fe53a51613528fe2ba4a2255030a6f583b180635;hpb=52d55cf94968516273d6c67f2db428908def55ac;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/notification-thread-internal.h b/src/bin/lttng-sessiond/notification-thread-internal.h index fe53a5161..800e8fd83 100644 --- a/src/bin/lttng-sessiond/notification-thread-internal.h +++ b/src/bin/lttng-sessiond/notification-thread-internal.h @@ -114,6 +114,7 @@ struct notification_client_list { pthread_mutex_t lock; struct urcu_ref ref; struct lttng_condition *condition; + /* List of triggers that have an identical condition than `condition`. */ struct cds_list_head triggers_list; struct cds_list_head clients_list; /* Weak reference to container. */ @@ -141,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.