Docs: clarify which socket serves as the ust_app_ht_by_sock's key
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 03a50e87799574d708a978c9163cf29cec38fbfe..1b36496da2435ab090f652d4c7ebbfafe3e1ead5 100644 (file)
@@ -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;
 
This page took 0.02456 seconds and 5 git commands to generate.