Remove leftover structure in ust-abi.h
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 12 Jan 2012 18:53:15 +0000 (13:53 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 12 Jan 2012 18:53:15 +0000 (13:53 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.025488 seconds and 4 git commands to generate.