Internal librairies not being installed anymore
[lttng-tools.git] / liblttsessiondcomm / liblttsessiondcomm.h
index b563f6a7b6244d0f3b6102aefc9200657f39988e..1950408222043d266f6fd69b83d3b9131bcf3024 100644 (file)
@@ -46,6 +46,7 @@ enum lttcomm_sessiond_command {
        KERNEL_CREATE_STREAM,
        KERNEL_DISABLE_EVENT,
        KERNEL_ENABLE_EVENT,
+       KERNEL_ENABLE_ALL_EVENT,
        KERNEL_LIST_EVENTS,
        KERNEL_OPEN_METADATA,
        KERNEL_START_TRACE,
@@ -169,8 +170,7 @@ struct lttcomm_lttng_msg {
  */
 struct lttcomm_kconsumerd_header {
        u32 payload_size;
-       u32 cmd_type;   /* enum lttcomm_consumerd_command */
-       u32 ret_code;   /* enum lttcomm_return_code */
+       u32 cmd_type;   /* enum kconsumerd_command */
 };
 
 /* lttcomm_kconsumerd_msg represents a file descriptor to consume the
This page took 0.024453 seconds and 4 git commands to generate.