Major changes of command processing for sessiond
[lttng-tools.git] / ltt-sessiond / ltt-sessiond.h
index ab82bf8c579ed4a3621d4686975a353e9b4d87ed..7133d061fee9d03d064dd206e7017969141284d1 100644 (file)
@@ -27,4 +27,16 @@ extern const char default_home_dir[],
        default_ust_sock_dir[],
        default_global_apps_pipe[];
 
+/*
+ * This contains extra data needed for processing a command received by the
+ * 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;
+       struct lttcomm_session_msg *lsm;
+};
+
 #endif /* _LTT_SESSIOND_H */
This page took 0.024211 seconds and 5 git commands to generate.