Docs: sessiond: document the role of an application's two sockets
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 7 Mar 2023 22:03:27 +0000 (17:03 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 16 Mar 2023 15:00:29 +0000 (11:00 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I355588af1b3408c8c209aae09c2897640d4ca5b4

src/bin/lttng-sessiond/ust-app.hpp

index 2aa79df444c0229c003afe8b02f1801fb30bb5e0..3200b654986596fb2eda518f96da35e2bccb097e 100644 (file)
@@ -249,9 +249,11 @@ struct ust_app_session {
  * and a linked list is kept of all running traceable app.
  */
 struct ust_app {
+       /* Traffic initiated from the session daemon to the application. */
        int sock;
        pthread_mutex_t sock_lock;      /* Protects sock protocol. */
 
+       /* Traffic initiated from the application to the session daemon. */
        int notify_sock;
        pid_t pid;
        pid_t ppid;
This page took 0.026527 seconds and 4 git commands to generate.