X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libringbuffer%2Fshm_types.h;fp=libringbuffer%2Fshm_types.h;h=10fb1ae005402d5e256b9b1d5bb8cf0480ec2049;hb=7a7849896a95db678d916ccb7c5d91371828e3f8;hp=9869eb88a82af57f25d1c34bed6ef306a4c48478;hpb=c1fca4572d4458b2e6e96752f9efc595c5f72405;p=lttng-ust.git diff --git a/libringbuffer/shm_types.h b/libringbuffer/shm_types.h index 9869eb88..10fb1ae0 100644 --- a/libringbuffer/shm_types.h +++ b/libringbuffer/shm_types.h @@ -19,6 +19,7 @@ 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; };