X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libringbuffer%2Fshm_types.h;fp=libringbuffer%2Fshm_types.h;h=52348443f4b99549d49ba1ee3dc06007239d94f7;hb=4e918eab0496b86c6a4f7e46c1b0a78d21a6bb54;hp=10fb1ae005402d5e256b9b1d5bb8cf0480ec2049;hpb=e4d66fb58fd2afe079a5780c48e88ceb4476ca26;p=lttng-ust.git diff --git a/libringbuffer/shm_types.h b/libringbuffer/shm_types.h index 10fb1ae0..52348443 100644 --- a/libringbuffer/shm_types.h +++ b/libringbuffer/shm_types.h @@ -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; };