Rename LTTng index in CTF index
[lttng-tools.git] / src / common / sessiond-comm / relayd.h
index bc27b0ed4e0ef764d0bf0e1af92bb30ec93ccdc2..ff56d3a26fe1aff3bec9b678b020cea0da4c6de7 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <lttng/lttng.h>
 #include <common/defaults.h>
-#include <common/index/lttng-index.h>
+#include <common/index/ctf-index.h>
 #include <config.h>
 
 #define RELAYD_VERSION_COMM_MAJOR             VERSION_MAJOR
@@ -171,6 +171,7 @@ struct lttcomm_relayd_create_session_2_4 {
        char session_name[NAME_MAX];
        char hostname[HOST_NAME_MAX];
        uint32_t live_timer;
+       uint32_t snapshot;
 } LTTNG_PACKED;
 
 #endif /* _RELAYD_COMM */
This page took 0.024265 seconds and 4 git commands to generate.