Add the relayd create session command
[lttng-tools.git] / src / common / consumer.h
index 87ba490d7500af8ea078cec6ab652495ab5c91d5..80bb46a830ab1f9b9649d4d4ecee9cf7a469ddb5 100644 (file)
@@ -186,6 +186,9 @@ struct consumer_relayd_sock_pair {
         */
        struct lttcomm_sock data_sock;
        struct lttng_ht_node_ulong node;
+
+       /* Session id on the relayd side for the sockets. */
+       uint64_t session_id;
 };
 
 /*
@@ -416,5 +419,6 @@ int consumer_add_relayd_socket(int net_seq_idx, int sock_type,
 void consumer_flag_relayd_for_destroy(
                struct consumer_relayd_sock_pair *relayd);
 int consumer_data_pending(uint64_t id);
+int consumer_send_status_msg(int sock, int ret_code);
 
 #endif /* LIB_CONSUMER_H */
This page took 0.022846 seconds and 4 git commands to generate.