X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libringbuffer%2Fshm_types.h;h=11076d296ae3da2b046e57560d0b545e7ab8b761;hb=5ea386c3b8e3566ec0b6710c82aae433de4d944a;hp=e40ba5a5f6aa5a6cbc118ecfe17db5e83cb434c4;hpb=a9ff648cc4cc06d28b522d705c467d45ab916a9d;p=lttng-ust.git diff --git a/libringbuffer/shm_types.h b/libringbuffer/shm_types.h index e40ba5a5..11076d29 100644 --- a/libringbuffer/shm_types.h +++ b/libringbuffer/shm_types.h @@ -40,7 +40,7 @@ struct shm_object { char *memory_map; size_t memory_map_size; uint64_t allocated_len; - char shm_path[PATH_MAX]; + int shm_fd_ownership; }; struct shm_object_table {