Fix 32-bit type mismatch
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 2 Feb 2012 21:14:06 +0000 (16:14 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 2 Feb 2012 21:14:06 +0000 (16:14 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
libringbuffer/shm_types.h

index 10fb1ae005402d5e256b9b1d5bb8cf0480ec2049..52348443f4b99549d49ba1ee3dc06007239d94f7 100644 (file)
@@ -20,7 +20,7 @@ struct shm_object {
        int wait_fd[2]; /* fd for wait/wakeup */
        char *memory_map;
        int is_shadow;
-       size_t memory_map_size;
+       uint64_t memory_map_size;
        size_t allocated_len;
 };
 
This page took 0.025028 seconds and 4 git commands to generate.