Cygwin: Pass file paths instead of file descriptors over UNIX sockets
[lttng-ust.git] / libringbuffer / shm_types.h
index 8b01d803e8ad4c2189f8bf40dbbab0bf9188511a..a311f1cdd0adf7aea3fcbb8cfd6f1cd7eb47c1a5 100644 (file)
 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;
This page took 0.023091 seconds and 4 git commands to generate.