X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=libringbuffer%2Fshm_types.h;fp=libringbuffer%2Fshm_types.h;h=a311f1cdd0adf7aea3fcbb8cfd6f1cd7eb47c1a5;hp=8b01d803e8ad4c2189f8bf40dbbab0bf9188511a;hb=bf5ff35ed0a3a7f60e92d654a5b97e73b94da852;hpb=cbd7f39d9267e24159023db91712ca91558c5cc8 diff --git a/libringbuffer/shm_types.h b/libringbuffer/shm_types.h index 8b01d803..a311f1cd 100644 --- a/libringbuffer/shm_types.h +++ b/libringbuffer/shm_types.h @@ -27,9 +27,11 @@ struct channel; struct shm_object { - size_t index; /* within the object table */ - int shm_fd; /* shm fd */ - int wait_fd[2]; /* fd for wait/wakeup */ + size_t index; /* within the object table */ + int shm_fd; /* shm fd */ + char *shm_path; /* shm path */ + int wait_fd[2]; /* fd for wait/wakeup */ + char *wait_pipe_path; /* named pipe path for wait/wakeup */ char *memory_map; int is_shadow; size_t memory_map_size;