From 12e22e8d2e314f048583a240a0d703fa9cfc7869 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 13 Dec 2017 18:25:32 -0500 Subject: [PATCH] Docs: clarify which socket serves as the ust_app_ht_by_sock's key MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/bin/lttng-sessiond/ust-app.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.34.1