Take NUMA configuration into account for UST buffer allocation
[lttng-ust.git] / libringbuffer / ring_buffer_frontend.c
index 396b0064b5b13dd59cc4488008c9df9e2f75c9fb..d822039330853a7bce60a65f0ab6efb502188dcd 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.022513 seconds and 4 git commands to generate.