X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fust-elf.h;h=6e9d99518dce20027b11e9a2ebf343a8dec42d25;hb=062252ad70d6a98abdd6b626b7285b9c2c97c062;hp=41e3c9b775e10104f1e60014ba58d9922c280b9e;hpb=8e2aed3f18adc14ec586ef717e396bcac4473dd7;p=lttng-ust.git diff --git a/include/lttng/ust-elf.h b/include/lttng/ust-elf.h index 41e3c9b7..6e9d9951 100644 --- a/include/lttng/ust-elf.h +++ b/include/lttng/ust-elf.h @@ -195,11 +195,11 @@ struct lttng_ust_elf_nhdr { struct lttng_ust_elf { /* Offset in bytes to start of section names string table. */ - uint64_t section_names_offset; + off_t section_names_offset; /* Size in bytes of section names string table. */ - uint64_t section_names_size; + size_t section_names_size; char *path; - FILE *file; + int fd; struct lttng_ust_elf_ehdr *ehdr; uint8_t bitness; uint8_t endianness;