X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-elf.h;h=fee52f9ef2ff0f5f432968f524e1e6dd0051d926;hb=405be6583fc840d2ad298516edb267281bc2c4dc;hp=41e3c9b775e10104f1e60014ba58d9922c280b9e;hpb=d34e6761379227cfd49abb6eab184e1e254ee0b2;p=lttng-ust.git diff --git a/include/lttng/ust-elf.h b/include/lttng/ust-elf.h index 41e3c9b7..fee52f9e 100644 --- a/include/lttng/ust-elf.h +++ b/include/lttng/ust-elf.h @@ -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;