X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fust-elf.h;h=6e9d99518dce20027b11e9a2ebf343a8dec42d25;hb=6f9466c5e5313199ef857c0b91cfb2eaf3a8904e;hp=fee52f9ef2ff0f5f432968f524e1e6dd0051d926;hpb=405be6583fc840d2ad298516edb267281bc2c4dc;p=lttng-ust.git diff --git a/include/lttng/ust-elf.h b/include/lttng/ust-elf.h index fee52f9e..6e9d9951 100644 --- a/include/lttng/ust-elf.h +++ b/include/lttng/ust-elf.h @@ -195,9 +195,9 @@ 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; int fd; struct lttng_ust_elf_ehdr *ehdr;