Fix: recvmsg should handle EINTR
[lttng-ust.git] / libringbuffer / shm_types.h
index 9869eb88a82af57f25d1c34bed6ef306a4c48478..08226bdd214cae5e65ae0a4af6b26bc57078d3bf 100644 (file)
@@ -19,8 +19,9 @@ 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;
+       uint64_t allocated_len;
 };
 
 struct shm_object_table {
This page took 0.023353 seconds and 4 git commands to generate.