Rename lttng_ust_enum_get to lttng_ust_enum_get_from_desc
[lttng-ust.git] / libringbuffer / ring_buffer_frontend.c
index 331639f1e86826b2c67d186dfa8d0907df70f0d8..0d0f26865da9fd4da5aa140c5afcb702c4e89f08 100644 (file)
@@ -1014,7 +1014,7 @@ struct lttng_ust_shm_handle *channel_create(const struct lttng_ust_lib_ring_buff
 
        /* Allocate normal memory for channel (not shared) */
        shmobj = shm_object_table_alloc(handle->table, shmsize, SHM_OBJECT_MEM,
-                       -1);
+                       -1, -1);
        if (!shmobj)
                goto error_append;
        /* struct channel is at object 0, offset 0 (hardcoded) */
This page took 0.022794 seconds and 4 git commands to generate.