Fix 32-bit type mismatch
[lttng-ust.git] / libringbuffer / shm_types.h
index 9869eb88a82af57f25d1c34bed6ef306a4c48478..52348443f4b99549d49ba1ee3dc06007239d94f7 100644 (file)
@@ -19,7 +19,8 @@ struct shm_object {
        int shm_fd;     /* shm fd */
        int wait_fd[2]; /* fd for wait/wakeup */
        char *memory_map;
-       size_t memory_map_size;
+       int is_shadow;
+       uint64_t memory_map_size;
        size_t allocated_len;
 };
 
This page took 0.02358 seconds and 4 git commands to generate.