Add compile time assertion that array and sequence have integer elements
[lttng-ust.git] / libringbuffer / shm_types.h
index ba7f4b2339d055f2ff13aed7e8f0c139c2267843..94ccfa565a6c2bc7577d6b9533e0916d4983fd57 100644 (file)
@@ -22,6 +22,8 @@
  */
 
 #include <stdint.h>
+#include <stddef.h>
+#include <limits.h>
 #include "shm_internal.h"
 
 struct channel;
@@ -39,6 +41,7 @@ struct shm_object {
        char *memory_map;
        size_t memory_map_size;
        uint64_t allocated_len;
+       int shm_fd_ownership;
 };
 
 struct shm_object_table {
This page took 0.023007 seconds and 4 git commands to generate.