Fix: missing include can cause structures to not be packed
[lttng-tools.git] / src / common / sessiond-comm / relayd.h
index 1a58d5989e6358b68fbfd50f15d8e750a1bb8891..579a41df19355261186691263893b1ed6298fbc4 100644 (file)
@@ -25,6 +25,7 @@
 #include <lttng/lttng.h>
 #include <common/defaults.h>
 #include <common/index/ctf-index.h>
+#include <common/macros.h>
 
 #define RELAYD_VERSION_COMM_MAJOR             VERSION_MAJOR
 #define RELAYD_VERSION_COMM_MINOR             VERSION_MINOR
@@ -89,6 +90,7 @@ struct lttcomm_relayd_add_stream_2_11 {
        uint32_t pathname_len;
        uint64_t tracefile_size;
        uint64_t tracefile_count;
+       uint64_t trace_archive_id;
        char names[];
 } LTTNG_PACKED;
 
This page took 0.026746 seconds and 5 git commands to generate.