X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libringbuffer%2Fshm_types.h;h=94ccfa565a6c2bc7577d6b9533e0916d4983fd57;hb=09434f96935202d1e6cf64a74d4da4b95d06246d;hp=e40ba5a5f6aa5a6cbc118ecfe17db5e83cb434c4;hpb=a9ff648cc4cc06d28b522d705c467d45ab916a9d;p=lttng-ust.git diff --git a/libringbuffer/shm_types.h b/libringbuffer/shm_types.h index e40ba5a5..94ccfa56 100644 --- a/libringbuffer/shm_types.h +++ b/libringbuffer/shm_types.h @@ -22,6 +22,7 @@ */ #include +#include #include #include "shm_internal.h" @@ -40,7 +41,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 {