baddr statedump: remove dependency on file streams
[lttng-ust.git] / include / lttng / ust-elf.h
index 41e3c9b775e10104f1e60014ba58d9922c280b9e..fee52f9ef2ff0f5f432968f524e1e6dd0051d926 100644 (file)
@@ -199,7 +199,7 @@ struct lttng_ust_elf {
        /* Size in bytes of section names string table. */
        uint64_t section_names_size;
        char *path;
-       FILE *file;
+       int fd;
        struct lttng_ust_elf_ehdr *ehdr;
        uint8_t bitness;
        uint8_t endianness;
This page took 0.023258 seconds and 5 git commands to generate.