Add command header to sessiond->client response msg
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index ec7d36ae50d07d021738d635a44267d7de84fc03..0d9f4a699479568db957669a2e9814d50a56e323 100644 (file)
@@ -348,6 +348,7 @@ struct lttcomm_lttng_msg {
        uint32_t cmd_type;      /* enum lttcomm_sessiond_command */
        uint32_t ret_code;      /* enum lttcomm_return_code */
        uint32_t pid;           /* pid_t */
+       uint32_t cmd_header_size;
        uint32_t data_size;
        /* Contains: trace_name + data */
        char payload[];
This page took 0.022768 seconds and 4 git commands to generate.