Remove unused ust_sock member of command_ctx
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 24 Jun 2019 19:07:59 +0000 (15:07 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 25 Jul 2019 19:51:46 +0000 (15:51 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/lttng-sessiond.h

index 5b6761f55c216801b4327e20347237bb3963c451..1dc6fade8fac43a54d2a4c17687f8d6e0047bc54 100644 (file)
@@ -87,7 +87,6 @@ extern struct notification_thread_handle *notification_thread_handle;
  * session daemon from the lttng client.
  */
 struct command_ctx {
-       int ust_sock;
        unsigned int lttng_msg_size;
        struct ltt_session *session;
        struct lttcomm_lttng_msg *llm;
This page took 0.027111 seconds and 5 git commands to generate.