Make the consumer sends a ACK after each command
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 011a1290a99097c6cb36c52c84209e57e25ac265..4dd5731221e929f2f1e94984ce17826327797866 100644 (file)
@@ -291,6 +291,13 @@ struct lttcomm_consumer_msg {
        } u;
 };
 
+/*
+ * Status message returned to the sessiond after a received command.
+ */
+struct lttcomm_consumer_status_msg {
+       enum lttng_error_code ret_code;
+};
+
 #ifdef HAVE_LIBLTTNG_UST_CTL
 
 #include <lttng/ust-abi.h>
This page took 0.024024 seconds and 4 git commands to generate.