Add the relayd create session command
[lttng-tools.git] / src / common / sessiond-comm / relayd.h
index 7bc7a12173236b4609322291ec3d5af89038853b..6cd9a21f4ca922b81cd8df4dd1ea41fb276a3321 100644 (file)
@@ -53,6 +53,14 @@ struct lttcomm_relayd_data_hdr {
        uint32_t padding_size;  /* Size of 0 padding the data */
 } __attribute__ ((__packed__));
 
+/*
+ * Reply from a create session command.
+ */
+struct lttcomm_relayd_status_session {
+       uint64_t session_id;
+       uint32_t ret_code;
+} __attribute__ ((__packed__));
+
 /*
  * Used to add a stream on the relay daemon.
  */
This page took 0.025886 seconds and 5 git commands to generate.