Refactor setup_lttng_msg() to include cmd header
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 0d9f4a699479568db957669a2e9814d50a56e323..675e54c2d6adffba777234885cc89ccf106d3cfb 100644 (file)
@@ -350,8 +350,6 @@ struct lttcomm_lttng_msg {
        uint32_t pid;           /* pid_t */
        uint32_t cmd_header_size;
        uint32_t data_size;
-       /* Contains: trace_name + data */
-       char payload[];
 } LTTNG_PACKED;
 
 struct lttcomm_lttng_output_id {
This page took 0.022881 seconds and 4 git commands to generate.