Send indexes in streaming mode
[lttng-tools.git] / src / bin / lttng-relayd / lttng-relayd.h
index 61db23a7752930ac5b351236f90d3e255181fb27..c60280e0fd9c717dc0bd0d1e975236ca0e73bed5 100644 (file)
@@ -23,6 +23,7 @@
 #include <urcu.h>
 #include <urcu/wfqueue.h>
 #include <common/hashtable/hashtable.h>
+#include <common/index/lttng-index.h>
 
 /*
  * Queue used to enqueue relay requests
@@ -60,6 +61,7 @@ struct relay_stream {
        struct relay_session *session;
        struct rcu_head rcu_node;
        int fd;
+       /* FD on which to write the index data. */
        int index_fd;
 
        char *path_name;
This page took 0.022736 seconds and 4 git commands to generate.