Use shm handle, fix allocation space, take care of alignment
[lttng-ust.git] / include / ust / lttng-events.h
index ff66bc47e8e7e61dbe8f35623bf30ab4abb8698e..a8ad82e747adfab187e7979f656c320554414aec 100644 (file)
@@ -237,7 +237,7 @@ struct ltt_channel {
        struct cds_list_head list;      /* Channel list */
        struct ltt_channel_ops *ops;
        int header_type;                /* 0: unset, 1: compact, 2: large */
-       int shmid;                      /* shared memory ID */
+       int shmfd;                      /* shared-memory file descriptor */
        int metadata_dumped:1;
 };
 
This page took 0.024211 seconds and 4 git commands to generate.