Remove leftover structure in ust-abi.h
[lttng-ust.git] / include / lttng / ust-abi.h
index 6a15e0dd346fa2e07e522e96d8627a5234b5f074..e502f729bea83d0cec5a081cccfa8de31d443dde 100644 (file)
@@ -51,14 +51,7 @@ struct lttng_ust_channel {
        enum lttng_ust_output output;           /* output mode */
 };
 
-/*
- * This structure is only used internally within UST. It is not per-se
- * part of the communication between sessiond and UST.
- */
 struct lttng_ust_stream {
-       int shm_fd;
-       int wait_fd;
-       uint64_t memory_map_size;
 };
 
 struct lttng_ust_event {
This page took 0.023812 seconds and 4 git commands to generate.