From: Jérémie Galarneau Date: Wed, 13 Dec 2017 23:25:32 +0000 (-0500) Subject: Docs: clarify which socket serves as the ust_app_ht_by_sock's key X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=12e22e8d2e314f048583a240a0d703fa9cfc7869 Docs: clarify which socket serves as the ust_app_ht_by_sock's key Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index 03a50e877..1b36496da 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -85,6 +85,8 @@ struct lttng_ht *ust_app_ht; /* * Global applications HT used by the session daemon. This table is indexed by * socket using the sock_n node and sock value of an ust_app. + * + * The 'sock' in question here is the 'command' socket. */ struct lttng_ht *ust_app_ht_by_sock;