Close stream and channel file descriptors as soon as passed to sessiond
[lttng-ust.git] / tests / ust-multi-test / ust-multi-test.c
index cfd6d355123297b0f01c7f23bd05924885b2cb6e..b3c97ea10f0397ebdfbf4a99f6dfea85a41358bb 100644 (file)
@@ -210,8 +210,8 @@ int consume_stream(struct lttng_ust_shm_handle *handle, int cpu, char *outfile)
        struct channel *chan;
        struct lttng_ust_lib_ring_buffer *buf;
        int outfd, ret;
-       int shm_fd, wait_fd;
-       uint64_t memory_map_size;
+       int *shm_fd, *wait_fd;
+       uint64_t *memory_map_size;
 
        chan = shmp(handle, handle->chan);
 
This page took 0.022592 seconds and 4 git commands to generate.