relayd: replace uses of block FDs by the fs_handle interface
[lttng-tools.git] / src / common / index / index.h
index f42e31e2dee748490fe399393e8838c622a1c931..e6f79d7bd49ccd1d0de47ba50300828d6a507697 100644 (file)
 #include <inttypes.h>
 #include <urcu/ref.h>
 
-#include <common/trace-chunk.h>
 #include "ctf-index.h"
+#include <common/fs-handle.h>
+#include <common/trace-chunk.h>
 
 struct lttng_index_file {
-       int fd;
+       struct fs_handle *file;
        uint32_t major;
        uint32_t minor;
        uint32_t element_len;
This page took 0.023606 seconds and 5 git commands to generate.