Fix: java agent 32-bit pointer to jlong warning
[deliverable/lttng-ust.git] / include / lttng / ust-elf.h
index 41e3c9b775e10104f1e60014ba58d9922c280b9e..6e9d99518dce20027b11e9a2ebf343a8dec42d25 100644 (file)
@@ -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;
This page took 0.024056 seconds and 5 git commands to generate.