Revert "Fix timestamps for slow-paced event rates"
[lttng-ust.git] / liblttng-ust / ltt-events.c
index f69eb07a8181ebb395afbc28d877c62291d0217c..9751089c564f6830cb449eceb084200593dab2ae 100644 (file)
@@ -391,8 +391,8 @@ struct ltt_channel *ltt_channel_create(struct ltt_session *session,
                                       size_t subbuf_size, size_t num_subbuf,
                                       unsigned int switch_timer_interval,
                                       unsigned int read_timer_interval,
-                                      int *shm_fd, int *wait_fd,
-                                      uint64_t *memory_map_size,
+                                      int **shm_fd, int **wait_fd,
+                                      uint64_t **memory_map_size,
                                       struct ltt_channel *chan_priv_init)
 {
        struct ltt_channel *chan = NULL;
This page took 0.02327 seconds and 4 git commands to generate.