Docs: sessiond: document the rationale for the iteration on triggers list
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-internal.h
index fe53a51613528fe2ba4a2255030a6f583b180635..e835bd6afe3cad4ab2532059db867aeb16e59e6a 100644 (file)
@@ -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. */
This page took 0.023333 seconds and 4 git commands to generate.