X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=libringbuffer%2Fshm_types.h;h=08226bdd214cae5e65ae0a4af6b26bc57078d3bf;hb=dbafbbf5527d2e291b216216fd2c5b7dc4df66ed;hp=9869eb88a82af57f25d1c34bed6ef306a4c48478;hpb=38fae1d354502ffb37f471fbd0fef03412606cc0;p=lttng-ust.git diff --git a/libringbuffer/shm_types.h b/libringbuffer/shm_types.h index 9869eb88..08226bdd 100644 --- a/libringbuffer/shm_types.h +++ b/libringbuffer/shm_types.h @@ -19,8 +19,9 @@ struct shm_object { int shm_fd; /* shm fd */ int wait_fd[2]; /* fd for wait/wakeup */ char *memory_map; + int is_shadow; size_t memory_map_size; - size_t allocated_len; + uint64_t allocated_len; }; struct shm_object_table {