X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libringbuffer%2Fshm_types.h;h=08226bdd214cae5e65ae0a4af6b26bc57078d3bf;hb=2694975d1855ecc24d2178c9be20a5ba958540a3;hp=10fb1ae005402d5e256b9b1d5bb8cf0480ec2049;hpb=7a7849896a95db678d916ccb7c5d91371828e3f8;p=lttng-ust.git diff --git a/libringbuffer/shm_types.h b/libringbuffer/shm_types.h index 10fb1ae0..08226bdd 100644 --- a/libringbuffer/shm_types.h +++ b/libringbuffer/shm_types.h @@ -21,7 +21,7 @@ struct shm_object { char *memory_map; int is_shadow; size_t memory_map_size; - size_t allocated_len; + uint64_t allocated_len; }; struct shm_object_table {