X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=1b36496da2435ab090f652d4c7ebbfafe3e1ead5;hb=12e22e8d2e314f048583a240a0d703fa9cfc7869;hp=03a50e87799574d708a978c9163cf29cec38fbfe;hpb=c48239ca84a44d342de990288dbb5cc3e90b3a1d;p=lttng-tools.git 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;