From: Jérémie Galarneau Date: Tue, 6 Jun 2017 16:01:02 +0000 (-0400) Subject: Docs: notification comment refers to a structure by its former name X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=d0119529da31f9968b6ef59e38cfa54aca1a2013 Docs: notification comment refers to a structure by its former name Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng-sessiond/notification-thread.c b/src/bin/lttng-sessiond/notification-thread.c index 70ab7bb5f..7bd65361a 100644 --- a/src/bin/lttng-sessiond/notification-thread.c +++ b/src/bin/lttng-sessiond/notification-thread.c @@ -68,7 +68,7 @@ * * - notification_trigger_clients_ht: * associates notification-emitting triggers to clients - * (struct notification_client_ht_node) subscribed to those + * (struct notification_client_list) subscribed to those * conditions. * The condition's hash and match functions are used directly since * all triggers in this hash table have the "notify" action.