Move file creation/unlink from liblttng-ust-ctl to consumerd
[lttng-ust.git] / libringbuffer / shm_types.h
index e40ba5a5f6aa5a6cbc118ecfe17db5e83cb434c4..11076d296ae3da2b046e57560d0b545e7ab8b761 100644 (file)
@@ -40,7 +40,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 {
This page took 0.023919 seconds and 4 git commands to generate.